From 0178a86c94607db477b2b4927f7cd625f3bb1cf2 Mon Sep 17 00:00:00 2001 From: blaz-cerpnjak Date: Wed, 6 Mar 2024 18:05:58 +0100 Subject: [PATCH] Change github workflows --- UserManagementAPI/.github/workflows/maven.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/UserManagementAPI/.github/workflows/maven.yml b/UserManagementAPI/.github/workflows/maven.yml index 9bf7142..00882cd 100644 --- a/UserManagementAPI/.github/workflows/maven.yml +++ b/UserManagementAPI/.github/workflows/maven.yml @@ -19,8 +19,5 @@ jobs: java-version: '21-ea' cache: 'maven' - - name: Build with Maven - run: mvn -B package --file pom.xml - - - name: Run unit tests - run: java -jar target/UserManagementAPI-0.0.1-SNAPSHOT.jar --runTests \ No newline at end of file + - name: Build and test with Maven + run: mvn -B package --file pom.xml \ No newline at end of file