File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 24
24
path : ${{ github.workspace }}/examples/*/.next/cache
25
25
key : ${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml') }}
26
26
27
- # Playwright
28
- - run : |
29
- PLAYWRIGHT_VERSION=$(cat pnpm-lock.yaml | grep /@playwright/test@ | sed 's/.*@\([^:]*\):.*/\1/')
30
- echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
31
- - uses : actions/cache@v4
32
- name : Restore playwright
33
- id : cache-playwright-browsers
34
- with :
35
- path : ~/.cache/ms-playwright
36
- key : playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
37
- - if : steps.cache-playwright-browsers.outputs.cache-hit != 'true'
38
- # Setting up playwright in one example is sufficient
39
- run : pnpm --filter example-app-router-playground exec playwright install --with-deps
27
+ # Setting up playwright in one example is sufficient
28
+ - run : pnpm --filter example-app-router-playground exec playwright install --with-deps
40
29
41
30
- run : pnpm run build
42
31
- run : pnpm run lint
You can’t perform that action at this time.
0 commit comments