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 117773f commit 564f4e0Copy full SHA for 564f4e0
.github/workflows/samples-ruby.yaml
@@ -23,9 +23,9 @@ jobs:
23
matrix:
24
sample:
25
- samples/client/petstore/ruby/
26
- - samples/client/petstore/ruby-faraday/
27
- - samples/client/petstore/ruby-httpx/
28
- - samples/client/petstore/ruby-autoload/
+ #- samples/client/petstore/ruby-faraday/
+ #- samples/client/petstore/ruby-httpx/
+ #- samples/client/petstore/ruby-autoload/
29
services:
30
petstore-api:
31
image: swaggerapi/petstore
@@ -39,6 +39,7 @@ jobs:
39
- name: Add hosts to /etc/hosts
40
run: |
41
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
42
+ cat /etc/hosts
43
- uses: ruby/setup-ruby@v1
44
with:
45
ruby-version: '3.2' # Not needed with a .ruby-version, .tool-versions or mise.toml
0 commit comments