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
|
- 2023.2.2f1
|
||||||
projectPath:
|
projectPath:
|
||||||
- unity-project-with-correct-tests
|
- unity-project-with-correct-tests
|
||||||
|
runAsHostUser:
|
||||||
|
- true
|
||||||
|
- false
|
||||||
steps:
|
steps:
|
||||||
###########################
|
###########################
|
||||||
# Checkout #
|
# Checkout #
|
||||||
|
@ -170,6 +173,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
runAsHostUser: ${{ matrix.runAsHostUser }}
|
||||||
testMode: editmode
|
testMode: editmode
|
||||||
artifactsPath: artifacts/editmode
|
artifactsPath: artifacts/editmode
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue