10 lines
171 B
YAML
10 lines
171 B
YAML
|
steps:
|
||
|
- name: Tests
|
||
|
when:
|
||
|
- branch: main
|
||
|
event: push
|
||
|
- event: tag
|
||
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||
|
commands:
|
||
|
- dotnet test
|