From 0bb2d854f5874d5ca6ebad7ed6fa42ba9bafa2fe Mon Sep 17 00:00:00 2001 From: Falko Galperin Date: Sun, 24 Dec 2023 23:57:22 +0100 Subject: [PATCH] Add test that runs as host user This should catch bugs like the one described in #255. --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fef9937..96e55d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -144,6 +144,9 @@ jobs: - 2023.2.2f1 projectPath: - unity-project-with-correct-tests + runAsHostUser: + - true + - false steps: ########################### # Checkout # @@ -170,6 +173,7 @@ jobs: with: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} + runAsHostUser: ${{ matrix.runAsHostUser }} testMode: editmode artifactsPath: artifacts/editmode