Skip to content

Commit

Permalink
Change github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak committed Mar 6, 2024
1 parent 28365cc commit 0178a86
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions UserManagementAPI/.github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: Build and test with Maven
run: mvn -B package --file pom.xml

0 comments on commit 0178a86

Please sign in to comment.