Skip to content

Commit 5c00c81

Browse files
authored
Merge pull request #5862 from plotly/keep-jasmine-tests-together
move up bundle-jasmine in config below other jasmine tests
2 parents e7bc16b + 94ffe0d commit 5c00c81

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,18 @@ jobs:
6969
name: Run jasmine tests (part C)
7070
command: .circleci/test.sh flaky-no-gl-jasmine
7171

72+
bundle-jasmine:
73+
docker:
74+
# need '-browsers' version to test in real (xvfb-wrapped) browsers
75+
- image: circleci/node:12.22.1-browsers
76+
working_directory: ~/plotly.js
77+
steps:
78+
- attach_workspace:
79+
at: ~/
80+
- run:
81+
name: Run jasmine tests (part D)
82+
command: .circleci/test.sh bundle-jasmine
83+
7284
make-baselines:
7385
parallelism: 4
7486
docker:
@@ -162,18 +174,6 @@ jobs:
162174
name: Run syntax tests on source files
163175
command: .circleci/test.sh source-syntax
164176

165-
bundle-jasmine:
166-
docker:
167-
# need '-browsers' version to test in real (xvfb-wrapped) browsers
168-
- image: circleci/node:12.22.1-browsers
169-
working_directory: ~/plotly.js
170-
steps:
171-
- attach_workspace:
172-
at: ~/
173-
- run:
174-
name: Run jasmine tests (part D)
175-
command: .circleci/test.sh bundle-jasmine
176-
177177
publish-dist:
178178
docker:
179179
- image: circleci/node:12.22.1

0 commit comments

Comments
 (0)