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 ac72228 commit 35fdc30Copy full SHA for 35fdc30
1 file changed
.github/workflows/samples-dotnet-petstore-net10.yml
@@ -11,14 +11,14 @@ jobs:
11
build:
12
name: Build clients
13
runs-on: ubuntu-latest
14
- #services:
15
- # petstore-api:
16
- # image: swaggerapi/petstore
17
- # ports:
18
- # - 80:8080
19
- # env:
20
- # SWAGGER_HOST: http://petstore.swagger.io
21
- # SWAGGER_BASE_PATH: /v2
+ services:
+ petstore-api:
+ image: swaggerapi/petstore
+ ports:
+ - 80:8080
+ env:
+ SWAGGER_HOST: http://petstore.swagger.io
+ SWAGGER_BASE_PATH: /v2
22
strategy:
23
fail-fast: false
24
matrix:
0 commit comments