Skip to content

Commit

Permalink
add mvn compile
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 25, 2023
1 parent 6b6aac0 commit 7b13d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven install
- name: Maven Compile
run: |
mvn install -DskipTests
mvn compile

0 comments on commit 7b13d03

Please sign in to comment.