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 10:43:24 +00:00 committed by GitHub
parent a24ed71f03
commit a5ac07a788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
with:
java-version: 11
- name: Checkout repo
- uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Build with Maven
run: cd Java && mvn -B package --file pom.xml
- name: Test with Maven