This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
BirdsiteLIVE/.builds/arch.yml
Vincent Cloutier 9b453c7a90 fix tests
2022-12-11 10:59:59 -05:00

12 lines
347 B
YAML

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