From 8462fb2933348502ae6cdb681092256d9863c6e4 Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 2 Jun 2022 10:51:29 +0000 Subject: [PATCH] continue-on-error: true --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3404a82b..4289661c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,7 @@ jobs: - run: corepack enable - run: yarn set version berry - run: yarn workspaces foreach install --immutable + continue-on-error: true - name: Check yarn.lock run: git diff --exit-code yarn.lock - name: Copy Configure