Skip to content

Commit c62ef9e

Browse files
committed
Improve debug of ql-unit-tests-windows.yml workflow
1 parent 11d6035 commit c62ef9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ql-unit-tests-windows.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,16 @@ jobs:
295295
${{ runner.temp }}/test-results/
296296
if-no-files-found: warn
297297

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+
298308
validate-results:
299309
name: Validate Windows Test Results
300310
needs: [run-windows-tests]

0 commit comments

Comments
 (0)