Skip to content

Commit

Permalink
ACS-6309 Check db and tas tests ags on MySQL ags add listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 8, 2024
1 parent 025ae14 commit 84f67e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ jobs:
- testModule: data-model
testSuite:
- testModule: repository
testSuite: AllUnitTestsSuite,AllMmtUnitTestSuite
testSuite: "AllUnitTestsSuite,AllMmtUnitTestSuite"
- testModule: mmt
testSuite: AllUnitTestsSuite,AllMmtUnitTestSuite
testSuite: "AllUnitTestsSuite,AllMmtUnitTestSuite"
steps:
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
Expand Down Expand Up @@ -186,8 +186,8 @@ jobs:
RP_OPTS: ${{ steps.rp-prepare.outputs.mvn-opts }}
run: |
eval "args=($RP_OPTS)"
echo "Running mvn -B test -pl ${{ matrix.testModule }} -am "-Dtest= {{ matrix.testSuite }}" -DfailIfNoTests=false ${args[@]}"
mvn -B test -pl ${{ matrix.testModule }} -am "-Dtest= ${{ matrix.testSuite }}" -DfailIfNoTests=false ${args[@]}
echo "Running mvn -B test -pl ${{ matrix.testModule }} -am "-Dtest= ${{ matrix.testSuite }}" -DfailIfNoTests=false ${args[@]}"
mvn -B test -pl ${{ matrix.testModule }} -am -Dtest=${{ matrix.testSuite }} -DfailIfNoTests=false ${args[@]}
continue-on-error: true
# mvn -B test -pl "repository,mmt" -am "-Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite" -DfailIfNoTests=false "${args[@]}"
- name: "Print output after failure"
Expand Down

0 comments on commit 84f67e5

Please sign in to comment.