Skip to content

Commit a09d0bc

Browse files
committed
chore(ci): use || true to combine the screenshot command
1 parent f9eeda7 commit a09d0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
at: /tmp/workspace
9696
- run:
9797
name: Run Screenshot
98-
command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand ; exit 0
98+
command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand || true
9999
working_directory: /tmp/workspace/core
100100

101101
test-core-screenshot-master:
@@ -106,7 +106,7 @@ jobs:
106106
at: /tmp/workspace
107107
- run:
108108
name: Run Screenshot
109-
command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand --update-screenshot ; exit 0
109+
command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand --update-screenshot || true
110110
working_directory: /tmp/workspace/core
111111

112112
workflows:

0 commit comments

Comments
 (0)