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 a35bf93 commit 461a8c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
distribution: 'temurin'
cache: maven

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

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

- name: Build and analyze
uses: coactions/setup-xvfb@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 461a8c3

Please sign in to comment.