Skip to content

Commit

Permalink
build: add github actions yarn params
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Dec 15, 2023
1 parent 2df0b6e commit 5864e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 5864e7f

Please sign in to comment.