Update maven-build.yml

This commit is contained in:
Jdawidnbaiw 2024-08-08 14:02:52 +08:00 committed by GitHub
parent 383edc1656
commit 715292e0cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,3 +27,5 @@ jobs:
cache: maven cache: maven
- name: Build with Maven Wrapper - name: Build with Maven Wrapper
run: ./mvnw -B package run: ./mvnw -B package
- name: Run tests
run: mvn test