From 6709afa2e0b65e2946726f4c104415ff7930e91a Mon Sep 17 00:00:00 2001 From: prtsie Date: Tue, 28 Oct 2025 14:17:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=B2=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 827d3ff..750e90c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ type: docker name: "Backend" steps: -# - name: test -# image: mcr.microsoft.com/dotnet/sdk:8.0 -# commands: -# - dotnet build -# - dotnet test +- name: test + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet build + - dotnet test - name: publish image: plugins/docker