Add pipeline with test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
84cf848e90
commit
c3533187be
2 changed files with 11 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal 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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue