Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Aug 27, 2024
1 parent 10b8f92 commit 8081454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run tests
run: dotnet test src --verbosity normal
- name: Build for demo project
run: ./BuildForDemo.command
run: ./BuildForUnityProj.command
- name: Demo project tests
run: |
/Applications/Unity/Hub/Editor/2022.3.8f1/Unity.app/Contents/MacOS/Unity -runTests -batchmode -projectPath DemoUnityProj/CCG -testResults relults.xml -testPlatform EditMode
Expand Down

0 comments on commit 8081454

Please sign in to comment.