ben
/
aoc
1
0
Fork 0
aoc/.drone.yml

10 lines
136 B
YAML

---
kind: pipeline
name: run
steps:
- name: unit tests
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet test