Skip to content

Commit

Permalink
fix(test): spark-lineage # build task as dependency of integrationTest (
Browse files Browse the repository at this point in the history
datahub-project#7189)

Co-authored-by: MohdSiddique Bagwan <[email protected]>
Co-authored-by: Pedro Silva <[email protected]>
  • Loading branch information
3 people authored and Oleg Ruban committed Feb 28, 2023
1 parent 37b1092 commit 62cfa0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion metadata-integration/java/spark-lineage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ assemble {
dependsOn shadowJar
}

task integrationTest(type: Exec ) {
task integrationTest(type: Exec, dependsOn: build ) {
commandLine "spark-smoke-test/smoke.sh"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e
# Script assumptions:
# - The gradle build has already been run.
# - Python 3.6+ is installed and in the PATH.
# - pytest is installed
# - requests is installed
Expand Down

0 comments on commit 62cfa0a

Please sign in to comment.