mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
no parallel tests
This commit is contained in:
parent
17a9d74046
commit
7fbb2ceddd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -29,4 +29,6 @@ jobs:
|
|||
- 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
|
||||
- run: mvn test -B -T 1C
|
||||
# tests are interdependent and require a specific order
|
||||
# running in parallel causes some tests to fail
|
||||
- run: mvn test -B # -T 1C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue