mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-02 20:44:42 +00:00
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:
parent
39920bb00f
commit
90a1da3b25
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user