Skip to content

Commit

Permalink
Update volume paths
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Mar 14, 2024
1 parent 39914a4 commit 3421edf
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 @@ -73,8 +73,8 @@ jobs:
run: |
docker run \
--rm \
-v ${{ matrix.projectPath }}:/project \
-v output:/output \
-v ./${{ matrix.projectPath }}:/project \
-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: output
path: ./output

0 comments on commit 3421edf

Please sign in to comment.