Skip to content

Commit 1da1551

Browse files
committed
fix: typo in the integration tests path
1 parent d2a06dd commit 1da1551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CI/circle_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ elif [ "$NODE_INDEX" = "3" ]; then
9191
(cd samples/client/petstore/typescript-angular-v17-provided-in-root && mvn integration-test)
9292
(cd samples/client/petstore/typescript-angular-v18-provided-in-root && mvn integration-test)
9393
(cd samples/client/petstore/typescript-angular-v19-provided-in-root && mvn integration-test)
94-
(cd samples/client/other/typescript-angular-deep-object && mvn integration-test)
94+
(cd samples/client/others/typescript-angular-deep-object && mvn integration-test)
9595
(cd samples/openapi3/client/petstore/typescript/builds/default && mvn integration-test)
9696
(cd samples/openapi3/client/petstore/typescript/tests/default && mvn integration-test)
9797
(cd samples/openapi3/client/petstore/typescript/builds/jquery && mvn integration-test)

0 commit comments

Comments
 (0)