ci: update Playwright workflow to use Docker compose
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m3s
Some checks failed
Playwright Tests / test (pull_request) Failing after 3m3s
This commit is contained in:
parent
2d062da74f
commit
1daed7ec65
2 changed files with 7 additions and 25 deletions
|
@ -10,8 +10,6 @@ services:
|
|||
POSTGRES_DB: employee_db
|
||||
POSTGRES_USER: employee
|
||||
POSTGRES_PASSWORD: secret
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
||||
employee:
|
||||
container_name: employee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue