From: Ward Vandewege Date: Fri, 9 Oct 2020 21:19:55 +0000 (-0400) Subject: Building workbench2 packages should not run the tests as well, there is X-Git-Tag: 2.1.0~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ff13e4ae34913d557cbb9a07d3faf6a059ba560a Building workbench2 packages should not run the tests as well, there is a separate Makefile target for that. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/Makefile b/Makefile index 4a8854c3..6cd906e0 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ integration-tests-in-docker: workbench2-build-image test: unit-tests integration-tests -build: test +build: VERSION=$(VERSION) yarn build $(DEB_FILE): build