Compare commits

..

1 commit

Author SHA1 Message Date
b3c74176e4
Set up basic CI
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-21 13:45:13 +02:00

View file

@ -24,14 +24,5 @@ steps:
- mix compile --warnings-as-errors
# Check formatting
- mix format --check-formatted
# Wait for postgres to become available
- |
for i in {1..20}; do
pg_isready -h postgres -p $DATABASE_PORT && break
sleep 2
done
echo "Postgres did not become available, aborting"
exit 1
done
# Run tests
- mix test