From 67672cdfe223b032c3e018859e9f6034457ea25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C4=ABga?= <72249435+liga-oz@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:19:34 +0200 Subject: [PATCH] Update maven-build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Līga <72249435+liga-oz@users.noreply.github.com> --- .github/workflows/maven-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index a609ca627..d2412a846 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -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