Skip to content

Commit bbb609a

Browse files
committed
test one more go client
1 parent f730bad commit bbb609a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
paths:
66
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
77
- 'samples/openapi3/client/petstore/go-petstore-withXml/**'
8+
- samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/**
89
pull_request:
910
paths:
1011
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
1112
- 'samples/openapi3/client/petstore/go-petstore-withXml/**'
13+
- samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/**
1214

1315
jobs:
1416
build:
@@ -20,6 +22,7 @@ jobs:
2022
sample:
2123
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/'
2224
- 'samples/openapi3/client/petstore/go-petstore-withXml/'
25+
- samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/
2326
steps:
2427
- uses: actions/checkout@v5
2528
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)