We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebcc8d commit 906ce5cCopy full SHA for 906ce5c
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
${{ runner.os }}-maven
29
30
- name: build project
31
- run: mvn -B clean install
+ run: mvn clean install -DskipTests
32
33
docker_login_build_push:
34
needs: app_build
0 commit comments