If a trcli run fails, continue further uploads, and do not fail the GHA.
This commit is contained in:
parent
2a4a7eacff
commit
89429ade49
1 changed files with 4 additions and 3 deletions
3
.github/workflows/cypress.yaml
vendored
3
.github/workflows/cypress.yaml
vendored
|
@ -241,7 +241,8 @@ jobs:
|
|||
--run-id $TESTRAIL_RUN_ID \
|
||||
--suite-id $TESTRAIL_SUITE_ID \
|
||||
--title "if you see this please check cypress build for run id not being provisioned" \
|
||||
-f $file
|
||||
-f $file || true
|
||||
# We want to keep uploading what we can; but don't want the failures/red marks when it fails, so we add || true above.
|
||||
done
|
||||
- name: Close test run
|
||||
id: testrailpost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue