From 50802c7393ef003916ad1ca65b175e28e52bf844 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 16 Feb 2023 21:00:03 -0600 Subject: [PATCH] [CI] Enable the PulsarFunctionAdmin IT --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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