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 d1992b4 commit 810e91fCopy full SHA for 810e91f
.circleci/test.sh
@@ -29,13 +29,13 @@ case $1 in
29
30
jasmine)
31
npm run test-jasmine -- --skip-tags=gl,noCI,flaky || EXIT_STATE=$?
32
+ npm run test-bundle || EXIT_STATE=$?
33
exit $EXIT_STATE
34
;;
35
36
jasmine2)
37
retry npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky
38
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
- npm run test-bundle || EXIT_STATE=$?
39
40
41
0 commit comments