mirror of https://github.com/portainer/portainer
updated Makefile and workflow
parent
82a41e4198
commit
f71182a3ec
3
Makefile
3
Makefile
|
@ -65,8 +65,7 @@ clean: ## Remove all build and download artifacts
|
||||||
test: test-server test-client ## Run all tests
|
test: test-server test-client ## Run all tests
|
||||||
|
|
||||||
test-deps: init-dist
|
test-deps: init-dist
|
||||||
dockerComposeVersion=$(shell jq -r '.dockerCompose' < "./binary-version.json")
|
./build/download_docker_compose_binary.sh $(PLATFORM) $(ARCH) $(shell jq -r '.dockerCompose' < "./binary-version.json")
|
||||||
./build/download_docker_compose_binary.sh $(PLATFORM) $(ARCH) $(dockerComposeVersion)
|
|
||||||
|
|
||||||
test-client: ## Run client tests
|
test-client: ## Run client tests
|
||||||
yarn test $(ARGS)
|
yarn test $(ARGS)
|
||||||
|
|
Loading…
Reference in New Issue