Skip to content

Commit 4766f11

Browse files
committed
remove ts server tests in circleci
1 parent 772189a commit 4766f11

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CI/circle_parallel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +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/server/petstore/typescript-nestjs-server && mvn integration-test)
111110

112111
else
113112
echo "Running node $NODE_INDEX ..."

0 commit comments

Comments
 (0)