File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 name : Run syntax tests on source files
163163 command : .circleci/test.sh source-syntax
164164
165- jasmine- bundle :
165+ bundle-jasmine :
166166 docker :
167167 # need '-browsers' version to test in real (xvfb-wrapped) browsers
168168 - image : circleci/node:12.22.1-browsers
@@ -172,7 +172,7 @@ jobs:
172172 at : ~/
173173 - run :
174174 name : Run jasmine tests (part D)
175- command : .circleci/test.sh jasmine- bundle
175+ command : .circleci/test.sh bundle-jasmine
176176
177177 publish-dist :
178178 docker :
@@ -246,7 +246,7 @@ workflows:
246246 build-and-test :
247247 jobs :
248248 - install-and-cibuild
249- - jasmine- bundle :
249+ - bundle-jasmine :
250250 requires :
251251 - install-and-cibuild
252252 - no-gl-jasmine :
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ case $1 in
8383 exit $EXIT_STATE
8484 ;;
8585
86- jasmine- bundle)
86+ bundle-jasmine )
8787 set_timezone
8888
8989 npm run test-bundle || EXIT_STATE=$?
You can’t perform that action at this time.
0 commit comments