mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Cache playwright
This commit is contained in:
parent
9f2a48e944
commit
5b089211d4
3 changed files with 29 additions and 1 deletions
7
.github/workflows/frontend-admin-tests.yml
vendored
7
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -49,6 +49,13 @@ jobs:
|
|||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-store-
|
||||
- name: Cache playwright binaries
|
||||
uses: actions/cache@v3
|
||||
id: playwright-cache
|
||||
with:
|
||||
path: |
|
||||
~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-playwright-${{ env.PLAYWRIGHT_VERSION }}
|
||||
- name: Only install direct dependencies
|
||||
run: pnpm config set auto-install-peers false
|
||||
#-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue