Skip to content

Commit

Permalink
Bump EnricoMi/publish-unit-test-result-action from 2.16.1 to 2.17.1
Browse files Browse the repository at this point in the history
Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.16.1 to 2.17.1.
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@30eadd5...82082da)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 14c18cc commit f21cdca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripted-build-matrix-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ jobs:
header: ${{ matrix.os }}-${{ matrix.dotnetFramework }}
# Conditional test result publishing as we can't use the docker version of the action on Windows
- name: Publish Test Results (Linux)
uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1
if: always() && steps.check_os.outputs.RUNNEROS == 'linux'
with:
nunit_files: "*TestResults.xml" # produced by Pester
trx_files: "**/test-results_*.trx" # produced by dotnet test
junit_files: "**/*-test-results.xml" # produced by PyTest & Behave
- name: Publish Test Results (Windows)
uses: EnricoMi/publish-unit-test-result-action/windows@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
uses: EnricoMi/publish-unit-test-result-action/windows@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1
if: always() && steps.check_os.outputs.RUNNEROS == 'windows'
with:
nunit_files: "*TestResults.xml" # produced by Pester
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scripted-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,14 @@ jobs:
header: ${{ inputs.runsOn }}
# Conditional test result publishing as we can't use the docker version of the action on Windows
- name: Publish Test Results (Linux)
uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
uses: EnricoMi/publish-unit-test-result-action@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1
if: always() && steps.check_os.outputs.RUNNEROS == 'linux'
with:
nunit_files: "*TestResults.xml" # produced by Pester
trx_files: "**/test-results_*.trx" # produced by dotnet test
junit_files: "**/*-test-results.xml" # produced by PyTest & Behave
- name: Publish Test Results (Windows)
uses: EnricoMi/publish-unit-test-result-action/windows@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
uses: EnricoMi/publish-unit-test-result-action/windows@82082dac68ad6a19d980f8ce817e108b9f496c2a # v2.17.1
if: always() && steps.check_os.outputs.RUNNEROS == 'windows'
with:
nunit_files: "*TestResults.xml" # produced by Pester
Expand Down

0 comments on commit f21cdca

Please sign in to comment.