Вернул запуск тестов в CI
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -3,11 +3,11 @@ type: docker
|
|||||||
name: "Backend"
|
name: "Backend"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: test
|
- name: test
|
||||||
# image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
# commands:
|
commands:
|
||||||
# - dotnet build
|
- dotnet build
|
||||||
# - dotnet test
|
- dotnet test
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user