Skip to content

Commit

Permalink
Bump EnricoMi/publish-unit-test-result-action from 2.17.1 to 2.18.0 (#…
Browse files Browse the repository at this point in the history
…211)

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v2.17.1...v2.18.0)

---
updated-dependencies:
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 934e522 commit 606b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:

- name: Publish Test Results
if: always() && runner.os == 'Linux'
uses: EnricoMi/publish-unit-test-result-action@v2.17.1
uses: EnricoMi/publish-unit-test-result-action@v2.18.0
with:
trx_files: "${{ github.workspace }}/**/*.trx"

0 comments on commit 606b992

Please sign in to comment.