Skip to content

Commit

Permalink
fix: Set correct projectPath
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 19, 2024
1 parent 761f6f5 commit 125ed5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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/<ReferenceOutputAssembly>false<\/ReferenceOutputAssembly>/<ReferenceOutputAssembly>true<\/ReferenceOutputAssembly>/g' *.csproj
sed -i 's/\([A-Za-z0-9.-]\+csproj\)/aplib.net-demo\/&/g' aplib.net-demo.sln
Expand Down

0 comments on commit 125ed5d

Please sign in to comment.