Skip to content

Commit af5eec6

Browse files
fix(playwright): Add new fix for Playwright test (#5503)
1 parent d186c5e commit af5eec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
REQUIRE_EMAIL_VERIFICATION=false \
190190
DISABLE_TELEMETRY=true \
191191
IMAGE_TAG=test \
192-
docker compose up -d
192+
docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d
193193
id: start_docker
194194

195195
- name: Wait for service to be ready

0 commit comments

Comments
 (0)