fix tests
This commit is contained in:
parent
9b6442adc8
commit
9b453c7a90
2 changed files with 12 additions and 9 deletions
|
@ -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
12
.builds/arch.yml
Normal 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
|
Loading…
Add table
Reference in a new issue