Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyozi committed May 17, 2024
1 parent 461a8c3 commit d361db0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
distribution: 'temurin'
cache: maven

- name: setup-xvfb
uses: coactions/[email protected]

- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
Expand All @@ -46,6 +43,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build and analyze
uses: coactions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit d361db0

Please sign in to comment.