Testing removal of restoration of playwright browsers to fix browser installation
This commit is contained in:
parent
4437a4f57b
commit
c472509c5b
9
.github/workflows/e2e-tests.yml
vendored
9
.github/workflows/e2e-tests.yml
vendored
@ -31,15 +31,6 @@ jobs:
|
|||||||
- name: Build app
|
- name: Build app
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Restore Playwright browsers from cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: ~/.cache/ms-playwright
|
|
||||||
key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-
|
|
||||||
${{ runner.os }}-playwright-
|
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: pnpm exec playwright install --with-deps
|
run: pnpm exec playwright install --with-deps
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user