Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] test-external.yaml - use ruby/setup-ruby-pkgs #2048

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 3 additions & 11 deletions .github/workflows/test-external.yaml
Expand Up @@ -20,19 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby-pkgs@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true

- name: Installing packages (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libfcgi-dev libmemcached-dev

- name: Installing packages (macos)
if: matrix.os == 'macos-latest'
run: brew install fcgi libmemcached
apt-get: _update_ libfcgi-dev libmemcached-dev
brew: fcgi libmemcached

- run: bundle exec bake test:external