We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810c104 commit d256108Copy full SHA for d256108
1 file changed
.github/workflows/samples-dart-build-test.yaml
@@ -13,11 +13,11 @@ jobs:
13
test:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
- sample:
17
- - samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
sdk: ["3.1", "2.25.0"]
+ sample:
+ - samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
21
steps:
22
- uses: actions/checkout@v4
23
- uses: dart-lang/setup-dart@v1
0 commit comments