Skip to content

Commit ac72228

Browse files
committed
trigger build failure
1 parent abdb58e commit ac72228

2 files changed

Lines changed: 8 additions & 9 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:

samples/client/petstore/csharp/restsharp/net10/Petstore/.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ docs/Zebra.md
106106
docs/ZeroBasedEnum.md
107107
docs/ZeroBasedEnumClass.md
108108
git_push.sh
109-
src/Org.OpenAPITools.Test/Org.OpenAPITools.Test.csproj
110109
src/Org.OpenAPITools/Api/AnotherFakeApi.cs
111110
src/Org.OpenAPITools/Api/DefaultApi.cs
112111
src/Org.OpenAPITools/Api/FakeApi.cs

0 commit comments

Comments
 (0)