Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4 to 5 (#154)
Browse files Browse the repository at this point in the history
* Bump mikepenz/action-junit-report from 4 to 5

Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update test-plugin.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan M. <StefMa@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and StefMa authored Nov 21, 2024
1 parent 0b7978d commit e77e0a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
checks: write

jobs:
localPluginTest:
runs-on: ubuntu-latest
Expand All @@ -31,7 +34,7 @@ jobs:
run: ./gradlew test --tests 'SentryProguardGradlePluginTest'

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
run: ./gradlew test --tests 'SentryProguardGradlePluginPublishingTest'

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit e77e0a2

Please sign in to comment.