diff --git a/.gitea/workflows/dev-branch.yaml b/.gitea/workflows/dev-branch.yaml index 8a5c0476..a945d05c 100644 --- a/.gitea/workflows/dev-branch.yaml +++ b/.gitea/workflows/dev-branch.yaml @@ -76,7 +76,15 @@ jobs: paths: | res://tests/ 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 run: |