Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 11:58:55 +00:00
parent 7d93b60c7b
commit a87d1a7a7f

View File

@@ -7,7 +7,7 @@ steps:
image: docker.io/library/unity-test-runner:0.1
commands:
- ls
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit
- name: code-analysis
pull: if-not-exists