Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Apr 5, 2023
1 parent 3ec0773 commit aa02f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "maven"
- name: Test
working-directory: ./server
run: ./mvnw --batch-mode --update-snapshots package
run: mvn test

build-images:
needs: test
Expand Down

0 comments on commit aa02f2e

Please sign in to comment.