Skip to content

Commit 8d8fd09

Browse files
authored
Refactor to try to trigger the failure step
1 parent 1651c1f commit 8d8fd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
needs: prepare-unit-test-matrix
4040

4141
runs-on: ${{ matrix.os }}
42-
continue-on-error: true
4342
strategy:
4443
fail-fast: false
4544
matrix: ${{ fromJSON(needs.prepare-unit-test-matrix.outputs.matrix) }}
@@ -161,6 +160,7 @@ jobs:
161160

162161
validate-test-results:
163162
name: Validate test results
163+
if: ${{ always() }}
164164
needs: run-test-suites
165165
runs-on: ubuntu-22.04
166166
steps:

0 commit comments

Comments
 (0)