Skip to content

Commit 26210d3

Browse files
chore(ci): upload JUnit test results on Windows
Co-Authored-By: Claude Sonnet 4.6
1 parent 2a3c5d8 commit 26210d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unit_windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ jobs:
2626
python-version: "3.10"
2727
- run: .\scripts\environment\bootstrap-windows-2025.ps1
2828
- run: make test
29+
30+
- name: Upload test results to Datadog
31+
if: always()
32+
run: scripts/upload-test-results.sh
33+
shell: bash

0 commit comments

Comments
 (0)