Skip to content

Commit 43b0cdf

Browse files
committed
test: use a base image for playwright
1 parent a630aea commit 43b0cdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
test:
1010
timeout-minutes: 30
1111
runs-on: ubuntu-latest
12+
container:
13+
# https://mcr.microsoft.com/en-us/artifact/mar/playwright/tags
14+
# https://playwright.dev/docs/ci#via-containers
15+
image: mcr.microsoft.com/playwright:v1.50.1-noble
16+
options: --user 1001
17+
1218
steps:
1319
- name: Check out code
1420
uses: actions/checkout@v4

0 commit comments

Comments
 (0)