Вернул тесты
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-06 17:32:04 +03:00
parent f6029fd89f
commit 97c83f69eb

View File

@@ -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