ci: add port mapping to Playwright workflow configuration
Some checks failed
Playwright Tests / test (pull_request) Failing after 15s
Some checks failed
Playwright Tests / test (pull_request) Failing after 15s
This commit is contained in:
parent
c292380fcd
commit
db0966fdd9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
|
@ -30,6 +30,9 @@ jobs:
|
|||
depends_on:
|
||||
- postgres-employee
|
||||
|
||||
ports:
|
||||
- 8089:8089
|
||||
|
||||
steps:
|
||||
# Checkout the repository
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue