Skip to content

Bump dorny/test-reporter from 1 to 2 #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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