mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Fix all Unit Tests Suite
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -57,7 +57,8 @@ jobs:
|
||||
- name: "test"
|
||||
run: mvn --settings .travis.settings.xml --file pom.xml -B test -pl core,data-model -am -DfailIfNoTests=false
|
||||
- name: "test2"
|
||||
run: mvn --settings .travis.settings.xml --file pom.xml -am test "-Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite" -DfailIfNoTests=false
|
||||
run: mvn --settings .travis.settings.xml --file pom.xml -B test -pl "repository,mmt" -am "-Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite" -DfailIfNoTests=false
|
||||
|
||||
Repository-AppContext01TestSuite:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
Reference in New Issue
Block a user