From 543387911b1a2a3f9c81119587e96942122cef02 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 8 Mar 2023 12:05:22 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a3e16f0..7643f66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: commands: - ls - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit + - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution -quit - name: code-analysis pull: if-not-exists