Cache bust playwright browser install in CI
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4fd2eb376c
commit
d10871f1ff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/end-to-end-tests.yaml
vendored
4
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -124,9 +124,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/ms-playwright
|
~/.cache/ms-playwright
|
||||||
key: ${{ runner.os }}-playwright-${{ steps.playwright.outputs.version }}
|
key: ${{ runner.os }}-playwright-${{ steps.playwright.outputs.version }}-chromium
|
||||||
|
|
||||||
- name: Install Playwright browsers
|
- name: Install Playwright browser
|
||||||
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
||||||
run: yarn playwright install --with-deps --no-shell chromium
|
run: yarn playwright install --with-deps --no-shell chromium
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue