Skip to content

Commit 1ca8bbf

Browse files
committed
fix path
1 parent 819539d commit 1ca8bbf

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
@@ -8,15 +8,15 @@ on:
88
#- 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/**
11-
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritancne/**
11+
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/**
1212
- samples/openapi3/client/petstore/dart-dio/binary_response/**
1313
pull_request:
1414
paths:
1515
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/**
1616
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/**
1717
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/**
1818
- samples/openapi3/client/petstore/dart-dio/oneof/**
19-
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritancne/**
19+
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/**
2020
- samples/openapi3/client/petstore/dart-dio/binary_response/**
2121

2222
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/
3232
#- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/
3333
- samples/openapi3/client/petstore/dart-dio/oneof/
34-
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritancne/
34+
- samples/openapi3/client/petstore/dart-dio/oneof_polymorphism_and_inheritance/
3535
- samples/openapi3/client/petstore/dart-dio/binary_response/
3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)