We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d478c commit cfd5e07Copy full SHA for cfd5e07
1 file changed
.github/workflows/playwright.yml
@@ -10,22 +10,16 @@ jobs:
10
test:
11
timeout-minutes: 60
12
runs-on: ubuntu-latest
13
+ container:
14
+ image: mcr.microsoft.com/playwright:v1.48.0-jammy
15
+ options: --user 1001
16
17
steps:
18
- uses: actions/checkout@v4
19
- - name: Setup Node.js
- uses: actions/setup-node@v4
- with:
20
- node-version: 20
21
- cache: "npm"
22
-
23
- name: Install dependencies
24
run: npm ci
25
26
- - name: Install Playwright Browsers
27
- run: npx playwright install --only-shell chromium --with-deps
28
29
- name: Build Next.js application
30
run: npm run build
31
env:
0 commit comments