Skip to content

Commit 54d9c28

Browse files
committed
move dist tests into one container
1 parent 98f14f3 commit 54d9c28

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,6 @@ jobs:
233233
- run:
234234
name: Test certain bundles against function constructors
235235
command: npm run no-new-func
236-
237-
test-dist2:
238-
docker:
239-
- image: circleci/node:12.22.1
240-
working_directory: ~/plotly.js
241-
steps:
242-
- attach_workspace:
243-
at: ~/
244236
- run:
245237
name: Test plotly bundles against es6
246238
command: npm run no-es6-dist
@@ -285,6 +277,3 @@ workflows:
285277
- test-dist1:
286278
requires:
287279
- publish-dist
288-
- test-dist2:
289-
requires:
290-
- publish-dist

0 commit comments

Comments
 (0)