Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BelisAliosmanova authored Apr 20, 2024
1 parent e24c960 commit 27c95d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
distribution: 'temurin'
cache: maven

- name: Build with Maven
run: mvn -B clean install -Dtest=!controllerTest/** --file pom.xml
- name: Build with Maven (skip tests)
run: mvn -B clean install --file pom.xml
working-directory: server

0 comments on commit 27c95d2

Please sign in to comment.