We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d6035 commit c62ef9eCopy full SHA for c62ef9e
.github/workflows/ql-unit-tests-windows.yml
@@ -295,6 +295,16 @@ jobs:
295
${{ runner.temp }}/test-results/
296
if-no-files-found: warn
297
298
+ - name: Upload CAP test artifacts
299
+ if: ${{ always() && (matrix.test_suite == 'cap-models' || matrix.test_suite == 'cap-queries') }}
300
+ uses: actions/upload-artifact@v6
301
+ with:
302
+ name: windows-cap-debug-${{ matrix.test_suite }}
303
+ path: |
304
+ javascript/frameworks/cap/test/**/*.cds.json
305
+ javascript/frameworks/cap/test/**/*.actual
306
+ if-no-files-found: warn
307
+
308
validate-results:
309
name: Validate Windows Test Results
310
needs: [run-windows-tests]
0 commit comments