From 125ed5d05035c97548abd2ab10c0f290723a245d Mon Sep 17 00:00:00 2001 From: Quake Date: Mon, 19 Feb 2024 18:52:53 +0100 Subject: [PATCH] fix: Set correct projectPath --- .github/workflows/test-build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 0c092507..cb7bc6ed 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -63,6 +63,8 @@ jobs: restore-keys: Library-test- - name: Run Unit Tests uses: game-ci/unity-test-runner@v2 + with: + projectPath: aplib.net-demo/ env: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} @@ -95,8 +97,7 @@ jobs: run: | sudo rm -rf Library pwd; ls -alh - ls -la - xvfb-run --auto-servernum ${{ steps.setup-unity.outputs.unity-path }} -batchmode -nographics -quit -logFile "-" -customBuildName aplib.net-demo -projectPath aplib.net-demo/ -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution + xvfb-run --auto-servernum ${{ steps.setup-unity.outputs.unity-path }} -batchmode -nographics -quit -logFile "-" -customBuildName aplib.net-demo -projectPath aplib.net-demo/. -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution pwd; ls -alh sed -i 's/false<\/ReferenceOutputAssembly>/true<\/ReferenceOutputAssembly>/g' *.csproj sed -i 's/\([A-Za-z0-9.-]\+csproj\)/aplib.net-demo\/&/g' aplib.net-demo.sln