i tried
This commit is contained in:
parent
3a2909727f
commit
fe2310ba73
7 changed files with 11 additions and 12254 deletions
|
@ -15,16 +15,15 @@ jobs:
|
|||
- yarn-packages-{{ checksum "yarn.lock" }}
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: yarn install --immutable
|
||||
- run:
|
||||
name: Install Playwright
|
||||
command: yarn playwright install --with-deps
|
||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||
- save_cache:
|
||||
name: Save Yarn Package Cache
|
||||
key: yarn-packages-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- .yarn/cache
|
||||
- .yarn/unplugged
|
||||
- ~/.cache/yarn
|
||||
- run:
|
||||
name: Install Playwright
|
||||
command: yarn playwright install --with-deps
|
||||
- run:
|
||||
name: Install system build dependencies
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue