Skip to content

Commit 22890a0

Browse files
committed
rename jasmine-bundle to bundle-jasmine
1 parent d4d842d commit 22890a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff 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:

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff 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=$?

0 commit comments

Comments
 (0)