Skip to content

Commit

Permalink
Merge pull request alibaba#170 from Certseeds/main
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
wenshao authored May 5, 2022
2 parents c3af1c1 + 0ebb2b7 commit 20d53d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
cache: 'maven'
- name: Build with Maven
run: ./mvnw -Pgen-javadoc clean package -B
- name: Generate code coverage
Expand Down

0 comments on commit 20d53d6

Please sign in to comment.