Skip to content

Commit d256108

Browse files
committed
fix
1 parent 810c104 commit d256108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/samples-dart-build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
test:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16-
sample:
17-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
1816
matrix:
1917
os: [ubuntu-latest, windows-latest]
2018
sdk: ["3.1", "2.25.0"]
19+
sample:
20+
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: dart-lang/setup-dart@v1

0 commit comments

Comments
 (0)