Skip to content

Commit 906ce5c

Browse files
committed
ci: skip tests during ci build
1 parent 7ebcc8d commit 906ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-maven
2929
3030
- name: build project
31-
run: mvn -B clean install
31+
run: mvn clean install -DskipTests
3232

3333
docker_login_build_push:
3434
needs: app_build

0 commit comments

Comments
 (0)