Skip to content

Commit

Permalink
- upgrade release to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 18, 2022
1 parent d1b7a35 commit 316ed3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build and Run Tests
run: # execute your tests generating test results
- name: Publish Test Report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-junit-report",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"description": "junit report action",
"main": "lib/main.js",
Expand Down

0 comments on commit 316ed3d

Please sign in to comment.