updated Makefile and workflow

yd-test
Yajith Dayarathna 4 months ago
parent 75431b9d36
commit 25696c29eb
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0

@ -42,9 +42,9 @@ jobs:
matrix:
config:
- { platform: linux, arch: amd64 }
- { platform: linux, arch: arm64 }
- { platform: windows, arch: amd64, version: 1809 }
- { platform: windows, arch: amd64, version: ltsc2022 }
# - { platform: linux, arch: arm64 }
# - { platform: windows, arch: amd64, version: 1809 }
# - { platform: windows, arch: amd64, version: ltsc2022 }
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false

@ -65,7 +65,7 @@ clean: ## Remove all build and download artifacts
test: test-server test-client ## Run all tests
test-deps: init-dist
./build/download_docker_compose_binary.sh linux amd64 $(shell jq -r '.dockerCompose' < "./binary-version.json")
./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