Skip to content

Commit

Permalink
add mvn compile (#62)
Browse files Browse the repository at this point in the history
* add mvn install test

* add mvn compile

* add mvn compile --errors

* add mvn compile --quiet
  • Loading branch information
nkysg authored Dec 25, 2023
1 parent c582b01 commit 839704f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
restore-keys: ${{ runner.os }}-m2
- name: Maven Compile
run: |
mvn compile --quiet

0 comments on commit 839704f

Please sign in to comment.