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 d920f72 commit 9a2d997Copy full SHA for 9a2d997
1 file changed
.github/workflows/samples-ruby.yaml
@@ -36,10 +36,10 @@ jobs:
36
SWAGGER_BASE_PATH: /v2
37
steps:
38
- uses: actions/checkout@v5
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
+ #- name: Add hosts to /etc/hosts
+ # run: |
+ # sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
+ # cat /etc/hosts
43
- uses: ruby/setup-ruby@v1
44
with:
45
ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
0 commit comments