Skip to content

Commit

Permalink
Set fullProjectPath variable in entrypoint.sh (#256)
Browse files Browse the repository at this point in the history
* Set fullProjectPath variable in entrypoint.sh (#255)

* Add test that runs as host user

This should catch bugs like the one described in #255.
  • Loading branch information
falko17 committed Dec 25, 2023
1 parent ce07478 commit 7c242f7
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 1,371 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
Loading

0 comments on commit 7c242f7

Please sign in to comment.