We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b39e7a commit ffbca61Copy full SHA for ffbca61
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run-parallel-tests:
28
name: Run Parallel Tests
29
runs-on: ubuntu-latest
30
- # continue-on-error: true
+ continue-on-error: true
31
needs: discover-tests
32
env:
33
RETRY_COUNT: 12 # number of retries for health checks
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Run tests
114
id: run_tests
115
- if: always()
116
run: |
117
mkdir reports/
118
report_file="reports/${{ env.sanitized_test_dir }}.txt"
0 commit comments