Skip to content

Commit

Permalink
host table
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jan 21, 2025
1 parent ce81a8d commit a1d7336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/samples-ruby-petstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Add hosts to /etc/hosts
run: |
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
#- name: Add hosts to /etc/hosts
# run: |
# sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
- uses: actions/setup-ruby@v1
with:
ruby-version: 3.0
Expand Down

0 comments on commit a1d7336

Please sign in to comment.