Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 12, 2022
1 parent c47732e commit 68e2a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: ./mvnw -Pgen-javadoc -Pgen-dokka clean package -B
run: ./mvnw -Pgen-javadoc clean package -B
- name: Generate code coverage
run: ./mvnw -Pgen-code-cov clean test
# https://github.com/marketplace/actions/codecov
Expand Down

0 comments on commit 68e2a03

Please sign in to comment.