Skip to content

Commit 564f4e0

Browse files
committed
cat hosts
1 parent 117773f commit 564f4e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/samples-ruby.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
matrix:
2424
sample:
2525
- samples/client/petstore/ruby/
26-
- samples/client/petstore/ruby-faraday/
27-
- samples/client/petstore/ruby-httpx/
28-
- samples/client/petstore/ruby-autoload/
26+
#- samples/client/petstore/ruby-faraday/
27+
#- samples/client/petstore/ruby-httpx/
28+
#- samples/client/petstore/ruby-autoload/
2929
services:
3030
petstore-api:
3131
image: swaggerapi/petstore
@@ -39,6 +39,7 @@ jobs:
3939
- name: Add hosts to /etc/hosts
4040
run: |
4141
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
42+
cat /etc/hosts
4243
- uses: ruby/setup-ruby@v1
4344
with:
4445
ruby-version: '3.2' # Not needed with a .ruby-version, .tool-versions or mise.toml

0 commit comments

Comments
 (0)