diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 810464ea..90138f61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: GRADLE_USER_HOME: ~/.gradle - name: Run Gradle build run: | - ./gradlew clean build -DdownloadRabbitConnector=false --continue -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" + ./gradlew clean build -DdownloadRabbitConnector=true --continue -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" - name: Capture test results if: failure() uses: actions/upload-artifact@v3