diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 5f71523fa1..641a4a0a41 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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