Skip to content

Commit

Permalink
Install Ragel dependency for Puma.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 18, 2023
1 parent 690883d commit 686416d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
os:
- ubuntu
- macos

ruby:
- "2.7"
Expand All @@ -32,6 +31,10 @@ jobs:
ruby-version: ${{matrix.ruby}}
bundler-cache: true

- name: Install dependencies
timeout-minutes: 5
run: sudo apt-get install -y ragel

- name: Run tests
timeout-minutes: 10
run: bundle exec bake test:external

0 comments on commit 686416d

Please sign in to comment.