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:
@@ -77,6 +77,14 @@ jobs:
|
|||||||
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user