mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Merge pull request #9865 from michaelkaye/michaelk/continue_if_trci_upload_fails
Do not fail cypress GHA workflow; if testrail upload fails on some files.
This commit is contained in:
commit
6cb6fa8ab5
3
.github/workflows/cypress.yaml
vendored
3
.github/workflows/cypress.yaml
vendored
@ -247,7 +247,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…
Reference in New Issue
Block a user