Skip to content

Commit

Permalink
Test to use maven wrapper in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Oct 18, 2024
1 parent c8dba33 commit 39ae4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'maven'
- name: Relaxed Build to check if this compiles
run: |
mvn -B -fae clean install -Drelax
./mvnw -B -fae clean install -Drelax
- name: Check for any unformatted files
run: |
if [ -n "$(git status --porcelain)" ]
Expand Down

0 comments on commit 39ae4f3

Please sign in to comment.