mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
added jacoco.skip=false
This commit is contained in:
parent
7f2f6964f9
commit
ae10901796
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,14 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
# https://docs.travis-ci.com/user/languages/java/#maven-dependency-management
|
||||
- run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V # -T 1C
|
||||
- run: >
|
||||
mvn
|
||||
install
|
||||
--define jacoco.skip=false
|
||||
--define maven.javadoc.skip=true
|
||||
--define skipTests=true
|
||||
--batch-mode
|
||||
--show-version
|
||||
|
||||
# https://docs.travis-ci.com/user/languages/java/#maven-default-script-command
|
||||
# tests are interdependent and require a specific order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue