updated Makefile and workflow

yd-test
Yajith Dayarathna 4 months ago
parent 82a41e4198
commit f71182a3ec
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0

@ -65,8 +65,7 @@ clean: ## Remove all build and download artifacts
test: test-server test-client ## Run all tests
test-deps: init-dist
dockerComposeVersion=$(shell jq -r '.dockerCompose' < "./binary-version.json")
./build/download_docker_compose_binary.sh $(PLATFORM) $(ARCH) $(dockerComposeVersion)
./build/download_docker_compose_binary.sh $(PLATFORM) $(ARCH) $(shell jq -r '.dockerCompose' < "./binary-version.json")
test-client: ## Run client tests
yarn test $(ARGS)

Loading…
Cancel
Save