Skip to content

Commit

Permalink
Update Unity versions
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Mar 14, 2024
1 parent 2a8a849 commit 84c20c3
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 @@ -25,8 +25,8 @@ jobs:
- YarnSpinner
unityVersion:
- 2021.3.35f1
# - 2022.2.1f1
# - 2023.1.1f1
- 2022.3.21f1
- 2023.2.12f1
targetPlatform:
# - StandaloneOSX # Build a macOS standalone (Intel 64-bit).
# - StandaloneWindows64 # Build a Windows 64-bit standalone.
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
-v ./output:/output \
--hostname YS-Linux-Build \
yarnspinner/unity-${{ matrix.unityVersion }} \
/bin/bash -c 'unity-editor -runTests -batchmode -projectPath /project/ -testResults /output/TestResults-EditMode.xml -testPlatform EditMode -logFile - && chmod -R 777 /project/ /output/'
/bin/bash -c 'unity-editor -runTests -batchmode -projectPath /project/ -testResults /output/TestResults-EditMode.xml -testPlatform EditMode -logFile -; chmod -R 777 /project/ /output/'
- name: Upload test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 84c20c3

Please sign in to comment.