fix(test): spark-lineage # build task as dependency of integrationTest (#7189)

Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com>
Co-authored-by: Pedro Silva <pedro@acryl.io>
This commit is contained in:
mohdsiddique 2023-02-01 09:20:00 +05:30 committed by GitHub
parent 39920bb00f
commit 90a1da3b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -144,7 +144,7 @@ assemble {
dependsOn shadowJar dependsOn shadowJar
} }
task integrationTest(type: Exec ) { task integrationTest(type: Exec, dependsOn: build ) {
commandLine "spark-smoke-test/smoke.sh" commandLine "spark-smoke-test/smoke.sh"
} }

View File

@ -2,7 +2,6 @@
set -e set -e
# Script assumptions: # Script assumptions:
# - The gradle build has already been run.
# - Python 3.6+ is installed and in the PATH. # - Python 3.6+ is installed and in the PATH.
# - pytest is installed # - pytest is installed
# - requests is installed # - requests is installed