From 97c83f69ebe32d612237d6661b7d161acde3c3e7 Mon Sep 17 00:00:00 2001 From: prtsie Date: Mon, 6 Oct 2025 17:32:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D1=8B?= 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 27da2c9..12aba23 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