Skip to content

Commit

Permalink
Re-assemble banananation in e2eTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdailis committed Oct 19, 2023
1 parent 08d6cfa commit 1c8f031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jacocoTestReport {
}

task e2eTest(type: Test) {
dependsOn ":examples:banananation:assemble"

if(file('.env').exists()) {
file('.env').readLines().each() {
def (key, value) = it.tokenize('=')
Expand Down

0 comments on commit 1c8f031

Please sign in to comment.