chore(ci): always exit 0 for screenshot

This commit is contained in:
Daniel Imhoff
2018-10-09 14:05:02 -05:00
parent 92514b3019
commit f9eeda7495

View File

@ -95,7 +95,7 @@ jobs:
at: /tmp/workspace at: /tmp/workspace
- run: - run:
name: Run Screenshot name: Run Screenshot
command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand ; exit 0
working_directory: /tmp/workspace/core working_directory: /tmp/workspace/core
test-core-screenshot-master: test-core-screenshot-master:
@ -106,7 +106,7 @@ jobs:
at: /tmp/workspace at: /tmp/workspace
- run: - run:
name: Run Screenshot name: Run Screenshot
command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand --update-screenshot command: npx stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/ci.js --ci --runInBand --update-screenshot ; exit 0
working_directory: /tmp/workspace/core working_directory: /tmp/workspace/core
workflows: workflows: