Skip to content

Commit 9a2d997

Browse files
committed
skip host table update
1 parent d920f72 commit 9a2d997

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/samples-ruby.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
SWAGGER_BASE_PATH: /v2
3737
steps:
3838
- 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
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
4343
- uses: ruby/setup-ruby@v1
4444
with:
4545
ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml

0 commit comments

Comments
 (0)