Skip to content

Commit

Permalink
build(deps): update enricomi/publish-unit-test-result-action action t…
Browse files Browse the repository at this point in the history
…o v2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 5f99796 commit 61144ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
shell: bash
run: gotestsum --format testname --junitfile unittests_report.xml -- -race ./...
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
with:
files: "unittests_report.xml"

0 comments on commit 61144ba

Please sign in to comment.