From 9c4bd7d89afca58cb7a8d981c1ba4eb537f4ca2c Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 8 Mar 2023 11:51:56 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index adcb1cc..8fe9f70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,12 @@ name: sonarcube type: docker 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 + + - name: code-analysis pull: if-not-exists image: mcr.microsoft.com/dotnet/sdk:6.0