File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
name : Run syntax tests on source files
163
163
command : .circleci/test.sh source-syntax
164
164
165
- jasmine- bundle :
165
+ bundle-jasmine :
166
166
docker :
167
167
# need '-browsers' version to test in real (xvfb-wrapped) browsers
168
168
- image : circleci/node:12.22.1-browsers
@@ -172,7 +172,7 @@ jobs:
172
172
at : ~/
173
173
- run :
174
174
name : Run jasmine tests (part D)
175
- command : .circleci/test.sh jasmine- bundle
175
+ command : .circleci/test.sh bundle-jasmine
176
176
177
177
publish-dist :
178
178
docker :
@@ -246,7 +246,7 @@ workflows:
246
246
build-and-test :
247
247
jobs :
248
248
- install-and-cibuild
249
- - jasmine- bundle :
249
+ - bundle-jasmine :
250
250
requires :
251
251
- install-and-cibuild
252
252
- no-gl-jasmine :
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ case $1 in
83
83
exit $EXIT_STATE
84
84
;;
85
85
86
- jasmine- bundle)
86
+ bundle-jasmine )
87
87
set_timezone
88
88
89
89
npm run test-bundle || EXIT_STATE=$?
You can’t perform that action at this time.
0 commit comments