Add test that runs as host user

This should catch bugs like the one described in #255.
pull/256/head
Falko Galperin 2023-12-24 23:57:22 +01:00
parent 23e1f29580
commit 0bb2d854f5
No known key found for this signature in database
GPG Key ID: C4A60C593B625612
1 changed files with 4 additions and 0 deletions

View File

@ -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