Skip to content

Commit d2e29f8

Browse files
authored
Merge pull request #5489 from plotly/fixup-stable-image
Correct arguments passed to circleci tests
2 parents 372bf82 + 8b43f73 commit d2e29f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
npm run docker -- setup
9494
- run:
9595
name: Run image tests (part A)
96-
command: ./.circleci/test.sh image
96+
command: ./.circleci/test.sh stable-image
9797
- store_artifacts:
9898
path: build
9999
destination: /
@@ -126,7 +126,7 @@ jobs:
126126
at: ~/
127127
- run:
128128
name: Run syntax tests on source files
129-
command: ./.circleci/test.sh syntax
129+
command: ./.circleci/test.sh source-syntax
130130

131131
jasmine-bundle:
132132
docker:

0 commit comments

Comments
 (0)