Skip to content

Commit

Permalink
Update maven-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Līga  <[email protected]>
  • Loading branch information
liga-oz authored Apr 21, 2023
1 parent a59e995 commit 67672cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
java-version: ${{ matrix.java-version }}
- name: Build with Maven
run: mvn -B install --file pom.xml
- name: Run integration tests
- name: Run java-security integration tests
run: cd java-security-it; mvn -B package --file pom.xml
- name: Run spring-xsuaa integration tests
run: cd spring-xsuaa-it; mvn -B package --file pom.xml
- name: Build spring-security-basic-auth
run: cd samples/spring-security-basic-auth; mvn -B package --file pom.xml
- name: Build spring-security-xsuaa-usage
Expand Down

0 comments on commit 67672cd

Please sign in to comment.