Skip to content

Commit

Permalink
add mvn install test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 25, 2023
1 parent 9e2763d commit 6b6aac0
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 install
run: |
mvn install -DskipTests

0 comments on commit 6b6aac0

Please sign in to comment.