File tree Expand file tree Collapse file tree
.github/actions/setup-playwright Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ runs:
1616 id : vars
1717 shell : bash
1818 run : echo "cache_playwright_path=${{ runner.os == 'macOS' && '~/Library/Caches/ms-playwright' || runner.os == 'Windows' && 'C:\\Users\\runneradmin\\AppData\\Local\\ms-playwright' || '~/.cache/ms-playwright' }}" >> "$GITHUB_OUTPUT"
19- - name : Install required ubuntu-latest packages
19+ # setup-pnpm must be completed before this point
20+ - name : Install playwright system dependencies
2021 shell : bash
2122 if : runner.os == 'Linux'
22- run : |
23- sudo apt-get update
24- sudo apt-get install xvfb
25- # setup-pnpm must be completed before this point
23+ run : pnpm exec playwright install-deps
2624 - name : Restore playwright from cache
2725 uses : actions/cache/restore@v5
2826 id : playwright-cache
You can’t perform that action at this time.
0 commit comments