From 7d93b60c7b219d8d6a79d0957d743b1af734ecb5 Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 8 Mar 2023 11:55:24 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8fe9f70..2801053 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: unity-build-tests image: docker.io/library/unity-test-runner:0.1 commands: - - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution | true - + - ls + - /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod UnityEditor.SyncVS.SyncSolution - name: code-analysis pull: if-not-exists