Add pipeline with test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Mike 2024-12-14 18:53:53 +00:00
parent 84cf848e90
commit c3533187be
2 changed files with 11 additions and 0 deletions

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
- name: Tests
when:
- branch: main
event: push
- event: tag
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet test

View file

@ -9,3 +9,5 @@ Designed for Overte interface and domain servers.
There will be no compatibility offered for the Overte Metaverse Dashboard.
More information to come.
[![status-badge](https://wci.alveus.dev/api/badges/26/status.svg)](https://wci.alveus.dev/repos/26)