Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
reduced test time.
mvn test instead of package
  • Loading branch information
StefanSchubert authored Nov 4, 2023
1 parent 21580f7 commit 672e4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: CAPTCHA App
run: cd captcha; mvn -B package --file pom.xml
run: cd captcha; mvn -B test --file pom.xml
- name: SABI-Boundary install locally for dependend builds
run: cd sabi-boundary; mvn -B install --file pom.xml
- name: SABI-Server APP
run: cd sabi-server; mvn -B package --file pom.xml
run: cd sabi-server; mvn -B test --file pom.xml

0 comments on commit 672e4ab

Please sign in to comment.