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 7712507 commit bdf468eCopy full SHA for bdf468e
.circleci/test.sh
@@ -32,6 +32,7 @@ case $1 in
32
33
jasmine)
34
npm run test-jasmine -- --skip-tags=gl,noCI,flaky || EXIT_STATE=$?
35
+ retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
36
npm run test-bundle || EXIT_STATE=$?
37
exit $EXIT_STATE
38
;;
@@ -43,7 +44,6 @@ case $1 in
43
44
retry npm run test-jasmine -- "$s" --tags=gl --skip-tags=noCI
45
done
46
- retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
47
48
49
0 commit comments