mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: add github actions yarn params
This commit is contained in:
parent
2df0b6e515
commit
41fae8359e
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue