Skip to content

Commit

Permalink
ci: removed -D skiptests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arabasta committed Jul 13, 2024
1 parent 2f71b58 commit bd6b36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_spring_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:

- name: Build with Maven
working-directory: ./spring_backend
run: mvn -B package --file pom.xml -D skipTests
run: mvn -B package --file pom.xml

0 comments on commit bd6b36e

Please sign in to comment.