diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 63be891e586ec..58e737c432842 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -91,7 +91,7 @@ jobs: key: q2maven-${{ steps.get-date.outputs.date }} - name: Build run: | - mvn -e -B -DskipTests -DskipITs -Dno-format clean install + mvn -e -B -DskipTests -DskipITs -Dno-format --settings .github/mvn-settings.xml clean install - name: Tar Maven Repo shell: bash run: tar -czf maven-repo.tgz -C ~ .m2/repository