From 41fae8359e9f3bcb5e4a52cc732788173410416f Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 15 Dec 2023 23:34:51 +0800 Subject: [PATCH] build: add github actions yarn params --- .github/workflows/build.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b275ddd..697555f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4362af5..5f47751 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |