We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1222937 commit f61840cCopy full SHA for f61840c
.github/workflows/test-external.yaml
@@ -27,10 +27,12 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v4
30
- - uses: ruby/setup-ruby@v1
+ - uses: ruby/setup-ruby-pkgs@v1
31
with:
32
ruby-version: ${{matrix.ruby}}
33
bundler-cache: true
34
+ apt-get: ragel
35
+ brew: ragel
36
37
- name: Run tests
38
timeout-minutes: 10
config/external.yaml
@@ -1,3 +1,6 @@
1
falcon:
2
url: https://github.com/socketry/falcon
3
command: bundle exec bake test
4
+puma:
5
+ url: https://github.com/puma/puma
6
+ command: bundle exec rake compile; test/runner -v test_puma_localhost_authority.rb
0 commit comments