ci-failok
This commit is contained in:
parent
bf09277822
commit
d00084183d
4
.github/workflows/node-ci.yml
vendored
4
.github/workflows/node-ci.yml
vendored
|
@ -52,3 +52,7 @@ jobs:
|
||||||
run: npm run e2e:tests:ci
|
run: npm run e2e:tests:ci
|
||||||
env:
|
env:
|
||||||
BASE_URL: https://testing.discours.io
|
BASE_URL: https://testing.discours.io
|
||||||
|
continue-on-error: true
|
||||||
|
- name: Report test result if failed
|
||||||
|
if: failure()
|
||||||
|
run: echo "E2E tests failed. Please review the logs."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user