Skip to content

Commit

Permalink
Add test that runs as host user
Browse files Browse the repository at this point in the history
This should catch bugs like the one described in #255.
  • Loading branch information
falko17 committed Dec 24, 2023
1 parent 23e1f29 commit 0bb2d85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ jobs:
- 2023.2.2f1
projectPath:
- unity-project-with-correct-tests
runAsHostUser:
- true
- false
steps:
###########################
# Checkout #
Expand All @@ -170,6 +173,7 @@ jobs:
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
runAsHostUser: ${{ matrix.runAsHostUser }}
testMode: editmode
artifactsPath: artifacts/editmode

Expand Down

0 comments on commit 0bb2d85

Please sign in to comment.