Skip to content

Commit aa02f2e

Browse files
committed
fix test
1 parent 3ec0773 commit aa02f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "maven"
2222
- name: Test
2323
working-directory: ./server
24-
run: ./mvnw --batch-mode --update-snapshots package
24+
run: mvn test
2525

2626
build-images:
2727
needs: test

0 commit comments

Comments
 (0)