mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
.travis.settings.xml
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -55,6 +55,6 @@ jobs:
|
||||
distribution: "temurin"
|
||||
cache: "maven"
|
||||
- name: "test"
|
||||
run: mvn --settings travis.settings.xml --file pom.xml -B test -pl core,data-model -am -DfailIfNoTests=false
|
||||
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 "-Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite" -DfailIfNoTests=false
|
||||
run: mvn --settings .travis.settings.xml --file pom.xml -am "-Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite" -DfailIfNoTests=false
|
||||
|
Reference in New Issue
Block a user