feat(ci): Add PostgreSQL service for integration tests #317
Reference in New Issue
Block a user
Delete Branch "feat/ci-postgres-service"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Added PostgreSQL 17 service to Woodpecker CI to enable integration tests that require a database.
Changes
Impact
Tests Enabled
Technical Details
Service:
Connection:
Storage: tmpfs (in-memory, auto-cleaned)
Aligns with our no workarounds principle - proper solution instead of skipping tests.
b3c3a31149to3705af9991