X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f62ba0aeff590ef1c57669d4f46e43b5ee169522..aa2fde93e604c3f04b3a228d68b9627d79e6ba76:/Makefile diff --git a/Makefile b/Makefile index 6da3ed1062..de88cd3548 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ ITERATION?=1 TARGETS?="centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004" +ARVADOS_DIRECTORY?=unset + DESCRIPTION=Arvados Workbench2 - Arvados is a free and open source platform for big data science. MAINTAINER=Arvados Package Maintainers @@ -65,7 +67,7 @@ unit-tests: yarn-install integration-tests: yarn-install yarn run cypress install - $(WORKSPACE)/tools/run-integration-tests.sh + $(WORKSPACE)/tools/run-integration-tests.sh -a $(ARVADOS_DIRECTORY) integration-tests-in-docker: workbench2-build-image docker run -ti -v$(PWD):$(PWD) -w$(PWD) workbench2-build make integration-tests