Skip to content

Commit

Permalink
Update output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Mar 14, 2024
1 parent 3cae2c2 commit 39914a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir -p ${{ matrix.projectPath }}/Assets
mkdir -p ${{ matrix.projectPath }}/ProjectSettings
mkdir -p ${{ matrix.projectPath }}/Packages
mkdir -p ${{ matrix.projectPath }}/TestOutput
mkdir -p output
# Add the Unity Input System package, and configure the new project to use
# both the Input System and the legacy Input Manager.
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
docker run \
--rm \
-v ${{ matrix.projectPath }}:/project \
-v ${{ matrix.projectPath }}/TestOutput:/output \
-v output:/output \
--hostname YS-Linux-Build \
yarnspinner/unity-${{ matrix.unityVersion }} \
unity-editor -runTests -batchmode -projectPath /project/ -testResults /output/TestResults-EditMode.xml -testPlatform EditMode -logFile -
Expand All @@ -85,5 +85,5 @@ jobs:
with:
name: Test results (edit + play, ${{ matrix.unityVersion }}-${{ matrix.targetPlatform }}
# path: ${{ steps.testRunner.outputs.artifactsPath }}
path: ${{ matrix.projectPath }}/TestOutput
path: output

0 comments on commit 39914a4

Please sign in to comment.