We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2782a7e commit 58c8f59Copy full SHA for 58c8f59
1 file changed
.github/workflows/ci.yml
@@ -21,9 +21,9 @@ jobs:
21
distribution: temurin
22
java-version: '21'
23
24
- - name: Build backend with Maven
+ - name: Build backend with Maven (skip tests)
25
working-directory: backend
26
- run: mvn clean package
+ run: mvn clean package -DskipTests
27
28
- name: Run backend tests (unit test only *not integration tests*)
29
0 commit comments