Merge pull request 'Add docker and pipeline' (#9) from 2024-12-15-dockerise into dev
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9
This commit is contained in:
commit
3d5eaae48c
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
steps:
|
steps:
|
||||||
- name: Tests
|
- name: Tests
|
||||||
when:
|
|
||||||
- branch: [main,dev]
|
|
||||||
event: push
|
|
||||||
- event: [pull_request, pull_request_closed, tag]
|
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet test
|
- dotnet test
|
||||||
|
|
Loading…
Reference in a new issue