manually uploading test report
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 7m4s
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 7m4s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user