Skip to content

Commit 9f430c9

Browse files
committed
fix(ci): add continue-on-error to collect-test-data in xdist workflow
1 parent 6701da3 commit 9f430c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backend-xdist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ jobs:
356356
- name: Collect test data
357357
uses: ./.github/actions/collect-test-data
358358
if: ${{ !cancelled() }}
359+
continue-on-error: true
359360
with:
360361
artifact_path: .artifacts/pytest.json
361362
gcs_bucket: ${{ secrets.COLLECT_TEST_DATA_GCS_BUCKET }}

0 commit comments

Comments
 (0)