Skip to content

Commit 96da104

Browse files
committed
update
1 parent 3e7b7f7 commit 96da104

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ on:
44
push:
55
branches:
66
paths:
7-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
7+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
8+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
9+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
10+
- samples/openapi3/client/petstore/dart-dio/oneof/**
11+
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritancne/**
12+
- samples/openapi3/client/petstore/dart-dio/binary_response/**
813
pull_request:
914
paths:
10-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
15+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
16+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
17+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
18+
- samples/openapi3/client/petstore/dart-dio/oneof/**
19+
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritancne/**
20+
- samples/openapi3/client/petstore/dart-dio/binary_response/**
1121

1222
jobs:
1323
test:
@@ -17,20 +27,19 @@ jobs:
1727
os: [ubuntu-latest, windows-latest]
1828
sdk: ["3.9.0"]
1929
sample:
20-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
30+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
31+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/
32+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/
33+
- samples/openapi3/client/petstore/dart-dio/oneof/
34+
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritancne/
35+
- samples/openapi3/client/petstore/dart-dio/binary_response/
2136
steps:
2237
- uses: actions/checkout@v4
2338

2439
- uses: dart-lang/setup-dart@v1
2540
with:
2641
sdk: ${{ matrix.sdk }}
2742

28-
- name: Set up Flutter
29-
uses: subosito/flutter-action@v2
30-
with:
31-
channel: stable
32-
flutter-version: 3.19.0
33-
3443
- name: pub get
3544
working-directory: ${{ matrix.sample }}
3645
run: dart pub get

0 commit comments

Comments
 (0)