fix tests

This commit is contained in:
Vincent Cloutier 2022-12-11 10:59:59 -05:00
parent 9b6442adc8
commit 9b453c7a90
2 changed files with 12 additions and 9 deletions

View file

@ -1,9 +0,0 @@
image: archlinux
packages:
- dotnet-sdk-6.0
sources:
- https://git.sr.ht/~cloutier/bird.makeup
tasks:
- test: |
cd bird.makeup/src
dotnet test

12
.builds/arch.yml Normal file
View file

@ -0,0 +1,12 @@
image: archlinux
packages:
- dotnet-sdk-6.0
- docker
sources:
- https://git.sr.ht/~cloutier/bird.makeup
tasks:
- test: |
sudo systemctl start docker
sudo docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=birdsitelive -e POSTGRES_USER=birdsitelive -e POSTGRES_DB=birdsitelive postgres:9
cd bird.makeup/src
dotnet test