Run playwright using an image that already has browser dependencies installed
Some checks failed
Playwright Tests / test (pull_request) Failing after 0s
Some checks failed
Playwright Tests / test (pull_request) Failing after 0s
This commit is contained in:
parent
74331c22cd
commit
3c90f24299
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: docker://mcr.microsoft.com/playwright:v1.34.3-jammy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user