build: add github actions yarn params

This commit is contained in:
EnixCoda 2023-12-15 23:34:51 +08:00
parent 2df0b6e515
commit 41fae8359e
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
run: |
yarn
yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
- name: Retrieve vscode icons
uses: actions/checkout@v3

View file

@ -50,7 +50,7 @@ jobs:
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
run: |
yarn
yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
- name: E2E Test
uses: mujo-code/puppeteer-headful@master
@ -89,7 +89,7 @@ jobs:
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
run: |
yarn
yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
- name: Unit Test
run: |