Skip to content

Commit 35fdc30

Browse files
committed
revert
1 parent ac72228 commit 35fdc30

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/samples-dotnet-petstore-net10.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
build:
1212
name: Build clients
1313
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
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
2222
strategy:
2323
fail-fast: false
2424
matrix:

0 commit comments

Comments
 (0)