File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 95
95
at : /tmp/workspace
96
96
- run :
97
97
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
99
99
working_directory : /tmp/workspace/core
100
100
101
101
test-core-screenshot-master :
@@ -106,7 +106,7 @@ jobs:
106
106
at : /tmp/workspace
107
107
- run :
108
108
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
110
110
working_directory : /tmp/workspace/core
111
111
112
112
workflows :
You can’t perform that action at this time.
0 commit comments