forked from loafle/openapi-generator-original
debug
This commit is contained in:
parent
a1d733694e
commit
286ea0c593
7
.github/workflows/samples-ruby-petstore.yaml
vendored
7
.github/workflows/samples-ruby-petstore.yaml
vendored
@ -37,9 +37,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
#- name: Add hosts to /etc/hosts
|
- name: Add hosts to /etc/hosts
|
||||||
# run: |
|
run: |
|
||||||
# sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
|
sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts
|
||||||
|
cat /etc/hosts
|
||||||
- uses: actions/setup-ruby@v1
|
- uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.0
|
ruby-version: 3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user