ci: update Playwright workflow to use Docker compose
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m3s

This commit is contained in:
Jan K9f 2025-01-17 07:46:22 +01:00
parent 2d062da74f
commit 1daed7ec65
Signed by: jank
GPG key ID: 50620ADD22CD330B
2 changed files with 7 additions and 25 deletions

View file

@ -10,8 +10,6 @@ services:
POSTGRES_DB: employee_db
POSTGRES_USER: employee
POSTGRES_PASSWORD: secret
ports:
- "5432:5432"
employee:
container_name: employee