Skip to content

Commit

Permalink
test(e2e): build docker image locally
Browse files Browse the repository at this point in the history
Co-authored-by: David Müller <david.mueller@codecentric.de>
  • Loading branch information
timonback and sam0r040 committed May 19, 2024
1 parent d264dd1 commit 9b3e824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions springwolf-examples/e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ node {

npm_run_test {
dependsOn spotlessCheck
def springwolfExample = System.getenv("SPRINGWOLF_EXAMPLE") ?: "kafka"
dependsOn(":springwolf-examples:springwolf-$springwolfExample-example:dockerBuildImage")

inputs.files fileTree("tests")
inputs.files fileTree("util")
Expand Down

0 comments on commit 9b3e824

Please sign in to comment.