Skip to content

Commit 88c271b

Browse files
committed
update
1 parent 5e84663 commit 88c271b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
push:
55
branches:
66
paths:
7+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
78
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
8-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
99
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
1010
- samples/openapi3/client/petstore/dart-dio/oneof/**
1111
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/**
1212
- samples/openapi3/client/petstore/dart-dio/binary_response/**
1313
- samples/openapi3/client/petstore/dart-dio/petstore-timemachine/**
1414
pull_request:
1515
paths:
16+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
1617
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
17-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
1818
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
1919
- samples/openapi3/client/petstore/dart-dio/oneof/**
2020
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/**
@@ -29,8 +29,8 @@ jobs:
2929
os: [ubuntu-latest, windows-latest]
3030
sdk: ["3.9.0"]
3131
sample:
32+
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/
3233
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
33-
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/
3434
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/
3535
- samples/openapi3/client/petstore/dart-dio/oneof/
3636
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/

0 commit comments

Comments
 (0)