ci(workflows): ensure Playwright runs in CI mode always
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m56s
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m56s
This commit is contained in:
parent
c0ccc736bc
commit
408644ddad
1 changed files with 1 additions and 0 deletions
1
.github/workflows/playwright.yml
vendored
1
.github/workflows/playwright.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
|||
CI: true # Ensures Playwright runs in CI mode
|
||||
|
||||
- name: Stop container for api
|
||||
if: always()
|
||||
run: docker compose up -d
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue