fix(ci): mount entire tests/playwright dir to fix config resolution

This commit is contained in:
Jarian Cottingham 2026-07-08 01:57:58 +00:00 committed by Jarian
parent 8a77011e24
commit f921dbfc0c

View File

@ -174,8 +174,7 @@ jobs:
APP_PORT="${{ steps.port.outputs.app_port }}"
docker run --rm \
--network newsarchiver-network \
-v $GITHUB_WORKSPACE/tests/playwright/tests:/tests/tests \
-v $GITHUB_WORKSPACE/tests/playwright/playwright.config.js:/tests/playwright.config.js \
-v $GITHUB_WORKSPACE/tests/playwright:/tests \
-w /tests \
-e APP_URL=http://newsarchiver-e2e:${APP_PORT} \
-e PLAYWRIGHT_BROWSERS_PATH=/ms-playwright \