From 94ffe0da50a3099e3deae457520999807e5e9936 Mon Sep 17 00:00:00 2001 From: archmoj Date: Wed, 28 Jul 2021 16:38:43 -0400 Subject: [PATCH] move up bundle-jasmine in config below other jasmine tests --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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