Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: cmd
run: ./build.cmd ci -release
- name: Publish test results - release
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v2
if: always()
with:
name: Report release tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test-report-release:
runs-on: windows-latest
steps:
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@v2
with:
artifact: test-results-release # artifact name
name: Report release tests # Name of the check run which will be created
Expand All @@ -23,7 +23,7 @@ jobs:
test-report-debug:
runs-on: windows-latest
steps:
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@v2
with:
artifact: test-results-debug # artifact name
name: Report debug tests # Name of the check run which will be created
Expand Down
Loading