Skip to content

Commit 41fae83

Browse files
committed
build: add github actions yarn params
1 parent 2df0b6e commit 41fae83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
2727
run: |
28-
yarn
28+
yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
2929
3030
- name: Retrieve vscode icons
3131
uses: actions/checkout@v3

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
5252
run: |
53-
yarn
53+
yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
5454
5555
- name: E2E Test
5656
uses: mujo-code/puppeteer-headful@master
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
9191
run: |
92-
yarn
92+
yarn --ignore-platform --ignore-engines --frozen-lockfile --prefer-offline
9393
9494
- name: Unit Test
9595
run: |

0 commit comments

Comments
 (0)