3
0
mirror of https://github.com/Qortal/AT.git synced 2025-02-01 03:32:13 +00:00

Update maven.yml

This commit is contained in:
catbref 2020-11-24 11:42:55 +00:00 committed by GitHub
parent a5ac07a788
commit 1bb0be5dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: cd Java && mvn -B package --file pom.xml run: cd Java && mvn -B package --file pom.xml
- name: Test with Maven - name: Test with Maven
run: cd Java && mvn test run: cd Java && mvn -DskipTests=false test