Files
schengen-visa/.drone.yml
prtsie 222f90df02
All checks were successful
continuous-integration/drone/push Build is passing
Поменял CI конфиг нормально сделал
2025-10-05 14:40:55 +03:00

11 lines
159 B
YAML

kind: pipeline
type: docker
name: "Build and test"
steps:
- name: test
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build
- dotnet test