Browse Source

Update ci.yml

ci
developing
Jiaju Zhuang 3 years ago committed by GitHub
parent
commit
1925bba2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/ci.yml

6
.github/workflows/ci.yml

@ -30,9 +30,9 @@ jobs:
java-version: '8' java-version: '8'
distribution: 'adopt' distribution: 'adopt'
- name: Cache Maven - name: Cache Maven
uses: actions/cache@v2.1.6 uses: actions/cache@v2.1.6
with: with:
path: ~/.m2 path: ~/.m2
- name: CI - name: CI
run: ./mvnw install -B -V -Dmaven.test.skip=true run: ./mvnw install -B -V -Dmaven.test.skip=true
- name: Java Doc - name: Java Doc

Loading…
Cancel
Save