Skip to content

Commit d91054e

Browse files
committed
move tasks into one step
1 parent f33e265 commit d91054e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,9 @@ jobs:
262262
- attach_workspace:
263263
at: ~/
264264
- run: sudo apt-get update
265-
- run:
266-
name: Install kaleido, plotly.io and required fonts
267-
command: .circleci/env_image.sh
268265
- run:
269266
name: Create all png files
270-
command: .circleci/test.sh make-baselines
267+
command: .circleci/env_image.sh && .circleci/test.sh make-baselines
271268
- persist_to_workspace:
272269
root: ~/
273270
paths:

0 commit comments

Comments
 (0)