We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4f150 commit 98e1ff0Copy full SHA for 98e1ff0
.circleci/test.sh
@@ -33,7 +33,7 @@ case $1 in
33
;;
34
35
jasmine2)
36
- npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky || EXIT_STATE=$?
+ retry npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky
37
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
38
npm run test-bundle || EXIT_STATE=$?
39
exit $EXIT_STATE
0 commit comments