Add test that runs as host user
This should catch bugs like the one described in #255.pull/256/head
parent
23e1f29580
commit
0bb2d854f5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue