diff --git a/.circleci/config.yml b/.circleci/config.yml index a18cce75722..8c23c8722ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,18 @@ jobs: name: Run jasmine tests (part C) command: .circleci/test.sh flaky-no-gl-jasmine + bundle-jasmine: + docker: + # need '-browsers' version to test in real (xvfb-wrapped) browsers + - image: circleci/node:12.22.1-browsers + working_directory: ~/plotly.js + steps: + - attach_workspace: + at: ~/ + - run: + name: Run jasmine tests (part D) + command: .circleci/test.sh bundle-jasmine + make-baselines: parallelism: 4 docker: @@ -162,18 +174,6 @@ jobs: name: Run syntax tests on source files command: .circleci/test.sh source-syntax - bundle-jasmine: - docker: - # need '-browsers' version to test in real (xvfb-wrapped) browsers - - image: circleci/node:12.22.1-browsers - working_directory: ~/plotly.js - steps: - - attach_workspace: - at: ~/ - - run: - name: Run jasmine tests (part D) - command: .circleci/test.sh bundle-jasmine - publish-dist: docker: - image: circleci/node:12.22.1