Upload server logs even when tests fail (#3825)
This commit is contained in:
parent
93f00ecd13
commit
5239fc30af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
|
@ -124,6 +124,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Cypress
|
- name: Run Cypress
|
||||||
uses: cypress-io/github-action@v4
|
uses: cypress-io/github-action@v4
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
install: false
|
install: false
|
||||||
record: true
|
record: true
|
||||||
|
|
Loading…
Reference in a new issue