From 3c4d9a543f22804eef1341bd78bfd60d10aa7e8c Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Tue, 22 Oct 2024 21:14:08 +1100 Subject: [PATCH] chore: nographics --- .github/workflows/ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 2556056d..1ad6a9ab 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -35,7 +35,7 @@ jobs: targetPlatform: StandaloneOSX projectPath: sample buildMethod: MacBuilder.Build - customParameters: -logFile logFile.log -quit -batchmode + customParameters: -logFile logFile.log -quit -batchmode -nographics cacheUnityInstallationOnMac: true allowDirtyBuild: true - name: Open application