Skip to content

Commit 58c8f59

Browse files
committed
-DskipTests
1 parent 2782a7e commit 58c8f59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
distribution: temurin
2222
java-version: '21'
2323

24-
- name: Build backend with Maven
24+
- name: Build backend with Maven (skip tests)
2525
working-directory: backend
26-
run: mvn clean package
26+
run: mvn clean package -DskipTests
2727

2828
- name: Run backend tests (unit test only *not integration tests*)
2929
working-directory: backend

0 commit comments

Comments
 (0)