updated Makefile and workflow

pull/12064/head
Yajith Dayarathna 2024-08-09 22:08:15 +12:00
parent 7129c3f379
commit 75431b9d36
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 $(PLATFORM) $(ARCH) $(shell jq -r '.dockerCompose' < "./binary-version.json")
./build/download_docker_compose_binary.sh linux amd64 $(shell jq -r '.dockerCompose' < "./binary-version.json")
test-client: ## Run client tests
yarn test $(ARGS)