mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
removed parallelism from install
This commit is contained in:
parent
0bc83dda17
commit
591d772654
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ 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 -DskipTests=true -Dmaven.javadoc.skip=true -B -V # -T 1C
|
||||
|
||||
# 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