Skip to content

Commit

Permalink
ci: fix use serial
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 24, 2024
1 parent e51485e commit b9caf18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
- uses: actions/checkout@v4

# # execute Unittest build
# # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend mono /BuildTarget StandaloneLinux64
# # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
# - name: Build UnitTest
# uses: Cysharp/Actions/.github/actions/unity-builder@main
# env:
# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
# UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
# UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
# UNITY_SERIAL: ${{ steps.op-load-secret.outputs.UNITY_SERIAL }}
# with:
# projectPath: src/MagicOnion.Client.Unity
# unityVersion: ${{ matrix.unity }}
Expand Down

0 comments on commit b9caf18

Please sign in to comment.