fix(ci): mount entire tests/playwright dir to fix config resolution
This commit is contained in:
parent
59d0545808
commit
1882d63b31
@ -174,8 +174,7 @@ jobs:
|
|||||||
APP_PORT="${{ steps.port.outputs.app_port }}"
|
APP_PORT="${{ steps.port.outputs.app_port }}"
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--network newsarchiver-network \
|
--network newsarchiver-network \
|
||||||
-v $GITHUB_WORKSPACE/tests/playwright/tests:/tests/tests \
|
-v $GITHUB_WORKSPACE/tests/playwright:/tests \
|
||||||
-v $GITHUB_WORKSPACE/tests/playwright/playwright.config.js:/tests/playwright.config.js \
|
|
||||||
-w /tests \
|
-w /tests \
|
||||||
-e APP_URL=http://newsarchiver-e2e:${APP_PORT} \
|
-e APP_URL=http://newsarchiver-e2e:${APP_PORT} \
|
||||||
-e PLAYWRIGHT_BROWSERS_PATH=/ms-playwright \
|
-e PLAYWRIGHT_BROWSERS_PATH=/ms-playwright \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user