manually uploading test report
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 7m4s

This commit is contained in:
2026-01-25 19:21:22 +01:00
parent 05c4ce1c43
commit 05219b536e

View File

@@ -76,7 +76,15 @@ jobs:
paths: | paths: |
res://tests/ res://tests/
timeout: 1 timeout: 1
report-name: test_report.xml report-name: test_report.xml
publish-report: false
upload-report: false
- name: Upload test report
uses: actions/upload-artifact@v3-node20
with:
name: Test Report
path: test_report.xml
- name: Build Windows - name: Build Windows
run: | run: |