Attempt to fix PulsarFunctionAdministration IT (#352)

* Enable the IT run on CI-PR workflow

* Add Junit5 TestWatcher to log the Pulsar
  container logs on test failure
This commit is contained in:
Chris Bono
2023-02-16 21:01:11 -06:00
committed by GitHub
parent 50802c7393
commit 3476bbf4e7
2 changed files with 31 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Run Gradle build
run: |
./gradlew clean build -DdownloadRabbitConnector=false --continue --scan
./gradlew clean build -DdownloadRabbitConnector=true --continue --scan
- name: Capture Test Results
if: failure()