Skip to content

Commit

Permalink
[CI] Fix ci not running function ITs
Browse files Browse the repository at this point in the history
- Make integrationTest depend on downloadRabbitConnector
  • Loading branch information
onobc committed Apr 30, 2023
1 parent 82f5bcb commit 937b689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ task downloadRabbitConnector {
}

project.afterEvaluate {
compileTestJava.dependsOn downloadRabbitConnector
integrationTest.dependsOn downloadRabbitConnector
}

0 comments on commit 937b689

Please sign in to comment.