feat(ci): Add PostgreSQL service for integration tests #317

Merged
jason.woltje merged 2 commits from feat/ci-postgres-service into develop 2026-02-04 02:51:17 +00:00
Showing only changes of commit 3705af9991 - Show all commits

View File

@@ -21,8 +21,6 @@ services:
POSTGRES_DB: test_db
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_password
tmpfs:
- /var/lib/postgresql/data
steps:
install: