Skip to content

Commit f9f728c

Browse files
committed
add new go sample case in action
Signed-off-by: titaneric <chenyihuang001@gmail.com>
1 parent 3d2422b commit f9f728c

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
@@ -9,6 +9,7 @@ on:
99
- samples/client/others/go/allof_multiple_ref_and_discriminator/**
1010
- samples/client/others/go/oneof-anyof-required/**
1111
- samples/client/others/go/oneof-discriminator-lookup/**
12+
- samples/client/others/go/array-default-value/**
1213
pull_request:
1314
paths:
1415
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
@@ -17,6 +18,7 @@ on:
1718
- samples/client/others/go/allof_multiple_ref_and_discriminator/**
1819
- samples/client/others/go/oneof-anyof-required/**
1920
- samples/client/others/go/oneof-discriminator-lookup/**
21+
- samples/client/others/go/array-default-value/**
2022
jobs:
2123
build:
2224
name: Build Go
@@ -31,6 +33,7 @@ jobs:
3133
- samples/client/others/go/allof_multiple_ref_and_discriminator/
3234
- samples/client/others/go/oneof-anyof-required/
3335
- samples/client/others/go/oneof-discriminator-lookup/
36+
- samples/client/others/go/array-default-value/
3437
steps:
3538
- uses: actions/checkout@v5
3639
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)