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 <[email protected]>
  • Loading branch information
timonback and sam0r040 committed May 17, 2024
1 parent d264dd1 commit 04d594f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions springwolf-examples/e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node {

npm_run_test {
dependsOn spotlessCheck
dependsOn(":springwolf-examples:${ System.getenv("SPRINGWOLF_EXAMPLE") || "kafka" }:dockerBuildImage")

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

0 comments on commit 04d594f

Please sign in to comment.