Skip to content

Commit edbbb3f

Browse files
committed
update host table
1 parent 5377114 commit edbbb3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/samples-go-client-petstore.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- samples/openapi3/client/petstore/go/
3131
steps:
3232
- uses: actions/checkout@v5
33+
- name: Add hosts to /etc/hosts
34+
run: |
35+
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
3336
- uses: actions/setup-go@v6
3437
- run: go version
3538
- name: Install Dependencies

0 commit comments

Comments
 (0)