playwright.yaml
This commit is contained in:
2
.github/workflows/playwright.yaml
vendored
2
.github/workflows/playwright.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
docker run --rm --ipc=host \
|
||||
-e CI=true \
|
||||
-e BASE_URL=${{ needs.surge.outputs.url }} \
|
||||
-v $(pwd):/workdir \
|
||||
-v ${{ github.workspace }}:/workdir \
|
||||
--workdir /workdir \
|
||||
mcr.microsoft.com/playwright:v1.51.1-noble npx --no-install playwright test
|
||||
|
||||
|
Reference in New Issue
Block a user