File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: Samples JS clients
33on :
44 push :
55 paths :
6- - samples/client/petstore/javascript-flowtyped/**
6+ # - samples/client/petstore/javascript-flowtyped/**
77 - samples/client/petstore/javascript-es6/**
88 - samples/client/petstore/javascript-promise-es6/**
99 pull_request :
1010 paths :
11- - samples/client/petstore/javascript-flowtyped/**
11+ # - samples/client/petstore/javascript-flowtyped/**
1212 - samples/client/petstore/javascript-es6/**
1313 - samples/client/petstore/javascript-promise-es6/**
1414jobs :
Original file line number Diff line number Diff line change @@ -107,9 +107,6 @@ elif [ "$NODE_INDEX" = "3" ]; then
107107 (cd samples/client/petstore/typescript-axios/builds/with-npm-version && mvn integration-test)
108108 (cd samples/client/petstore/typescript-axios/tests/default && mvn integration-test)
109109 (cd samples/client/petstore/typescript-axios/tests/with-complex-headers && mvn integration-test)
110- (cd samples/client/petstore/javascript-flowtyped && mvn integration-test)
111- (cd samples/client/petstore/javascript-es6 && mvn integration-test)
112- (cd samples/client/petstore/javascript-promise-es6 && mvn integration-test)
113110 (cd samples/server/petstore/typescript-nestjs-server && mvn integration-test)
114111
115112else
You can’t perform that action at this time.
0 commit comments