We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acad6b6 + 215b40e commit ba610b6Copy full SHA for ba610b6
1 file changed
.github/workflows/ql-unit-tests-windows.yml
@@ -35,7 +35,7 @@ jobs:
35
name: ${{ matrix.test_suite }}
36
runs-on: windows-latest
37
strategy:
38
- fail-fast: false
+ fail-fast: true
39
matrix:
40
test_suite:
41
- cap-models
@@ -292,7 +292,8 @@ jobs:
292
name: windows-test-results-${{ matrix.test_suite }}
293
path: |
294
${{ runner.temp }}/test-results/
295
- if-no-files-found: warn
+ # No files here would mean there was a test error overall
296
+ if-no-files-found: error
297
298
- name: Upload CAP test artifacts
299
if: ${{ always() && (matrix.test_suite == 'cap-models' || matrix.test_suite == 'cap-queries') }}
0 commit comments