diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f42c186d41..f2bf7cd12d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1042,7 +1042,7 @@ jobs: RP_OPTS: ${{ steps.rp-prepare.outputs.mvn-opts }} run: | eval "args=($RP_OPTS)" - mvn --file amps/ags/pom.xml -B verify -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -Pags -Pstart-mysql -PagsAllTestSuitePt${{ matrix.part }} ${{ env.LOG_WARN }} "${args[@]}" + mvn --file amps/ags/pom.xml -B verify -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -Pags -Pstart-postgres -PagsAllTestSuitePt${{ matrix.part }} ${{ env.LOG_WARN }} "${args[@]}" - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh