We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec0773 commit aa02f2eCopy full SHA for aa02f2e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: "maven"
22
- name: Test
23
working-directory: ./server
24
- run: ./mvnw --batch-mode --update-snapshots package
+ run: mvn test
25
26
build-images:
27
needs: test
0 commit comments