Skip to content

Commit

Permalink
junit-action settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed May 20, 2024
1 parent 36f71d7 commit 9665362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/step-run-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
path: reports/*.*

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: 1CDevFlow/action-onec-junit-report@main
if: always()
with:
job_name: Tests Linux ${{ inputs.v8_version }} ${{ inputs.locale }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
path: reports/

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: 1CDevFlow/action-onec-junit-report@main
with:
job_name: Tests Windows ${{ inputs.v8_version }} ${{ inputs.locale }}
check_name: Tests report. Windows ${{ inputs.v8_version }} ${{ inputs.locale }}
Expand Down

0 comments on commit 9665362

Please sign in to comment.