Skip to content

Commit

Permalink
Merge pull request #57 from eBay/byarger/action
Browse files Browse the repository at this point in the history
Changing contents permission and updating the version of action-surefire-report being used which is causing issues.
  • Loading branch information
yarg0007 authored Jul 30, 2024
2 parents 7ee5b97 + 3c65e9b commit 3723516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
contents: write
issues: read
pull-requests: write
steps:
Expand All @@ -27,4 +27,4 @@ jobs:
run: mvn -U -f NSTTutorials/pom.xml clean test -Dgpg.skip=true
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
uses: scacap/action-surefire-report@v1.8.0

0 comments on commit 3723516

Please sign in to comment.