Skip to content

Commit ffbca61

Browse files
committed
Try having continue-on-error in each test
1 parent 1b39e7a commit ffbca61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run-parallel-tests:
2828
name: Run Parallel Tests
2929
runs-on: ubuntu-latest
30-
# continue-on-error: true
30+
continue-on-error: true
3131
needs: discover-tests
3232
env:
3333
RETRY_COUNT: 12 # number of retries for health checks
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Run tests
114114
id: run_tests
115-
if: always()
115+
continue-on-error: true
116116
run: |
117117
mkdir reports/
118118
report_file="reports/${{ env.sanitized_test_dir }}.txt"

0 commit comments

Comments
 (0)