Browse Source

Update maven.yml

github-CI
catbref 4 years ago committed by GitHub
parent
commit
a5ac07a788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -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

Loading…
Cancel
Save