We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83422f7 commit 8c9a7bfCopy full SHA for 8c9a7bf
.circleci/test.sh
@@ -34,7 +34,7 @@ case $1 in
34
35
jasmine2)
36
retry npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky
37
- retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI,gl
+ retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
38
npm run test-bundle || EXIT_STATE=$?
39
exit $EXIT_STATE
40
;;
0 commit comments