Skip to content

Commit a52bd92

Browse files
committed
update
1 parent e97088a commit a52bd92

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/samples-javascript.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Samples JS clients
33
on:
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/**
1414
jobs:

CI/circle_parallel.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

115112
else

0 commit comments

Comments
 (0)