Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.1.0...v4.2.1)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 7e39ee0 commit eacc603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ansible-playbook binaries.yaml -v
-e devenv=${{ matrix.env.dev }}
-e repo_mode=ro
- uses: mikepenz/action-junit-report@v4.1.0
- uses: mikepenz/action-junit-report@v4.2.1
if: ${{ !cancelled() && (steps.binaries.outcome == 'success' || steps.binaries.outcome == 'failure') }}
with:
check_name: Unit tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/work_change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
ansible-playbook images.yaml -v
-e devenv=${{ matrix.env.dev }}
-e repo_mode=rw
- uses: mikepenz/action-junit-report@v4.1.0
- uses: mikepenz/action-junit-report@v4.2.1
if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }}
with:
check_name: Unit tests
report_paths: "**/target/surefire-reports/TEST-*.xml"
require_tests: "${{ steps.images.outcome == 'failure' }}"
fail_on_failure: false
job_summary: false
- uses: mikepenz/action-junit-report@v4.1.0
- uses: mikepenz/action-junit-report@v4.2.1
if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }}
with:
check_name: Integration tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/work_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
ansible-playbook images.yaml -v
-e devenv=${{ matrix.env.dev }}
-e repo_mode=rw
- uses: mikepenz/action-junit-report@v4.1.0
- uses: mikepenz/action-junit-report@v4.2.1
if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }}
with:
check_name: Unit tests (${{ matrix.env.dev }})
report_paths: "**/target/surefire-reports/TEST-*.xml"
require_tests: "${{ steps.images.outcome == 'failure' }}"
fail_on_failure: false
job_summary: false
- uses: mikepenz/action-junit-report@v4.1.0
- uses: mikepenz/action-junit-report@v4.2.1
if: ${{ !cancelled() && (steps.images.outcome == 'success' || steps.images.outcome == 'failure') }}
with:
check_name: Integration tests (${{ matrix.env.dev }})
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- uses: actions/[email protected]
with:
path: artifacts
- uses: mikepenz/action-junit-report@v4.1.0
- uses: mikepenz/action-junit-report@v4.2.1
with:
check_name: End-to-end tests
report_paths: "artifacts/e2e-tests-*/**/TEST-*.xml"
Expand Down

0 comments on commit eacc603

Please sign in to comment.