Skip to content

Commit 75211ab

Browse files
committed
Ensure browser test result download is non-blocking
- Added 'continue-on-error: true' to the download step in 'browser-test-results'. - This prevents downstream processing failures if the browser test job didn't produce artifacts (e.g. due to filtering or infra errors).
1 parent 03185ad commit 75211ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ jobs:
922922
shell: bash
923923
- name: Download Test Results
924924
uses: actions/download-artifact@v5
925+
continue-on-error: true
925926
with:
926927
pattern: ${{ env.TEST_RESULTS_KEY }}
927928
path: results/

0 commit comments

Comments
 (0)