Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ke Wang authored Mar 26, 2021
1 parent d827760 commit b6b00c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: skjolber/maven-cache-github-action@v1
with:
step: restore

- name: Test
run: pwd && ls -lah

- name: Build with Maven
run: mvn install:install-file lib/PTRLib-1.0.4.jar && mvn clean && mvn -B package --file pom.xml
Expand Down

0 comments on commit b6b00c2

Please sign in to comment.