From fcbc17dd87179f98fceafb4fd9d1d05fc16bcfdb Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Thu, 21 Jul 2022 20:02:44 +0800 Subject: [PATCH] ci: drop StandaloneWindows64 test & build. We don't need it. Having it around will run a second, parallel-running test. I fear that might cause test-user login issues in the networked fullintegrationtests. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0a6f34..c0e4066 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ jobs: unityVersion: - 2020.3.29f1 targetPlatform: - - StandaloneWindows64 # Build a Windows 64-bit standalone. - Android # Build a Android standalone. steps: