From 9264b50c3225f76f0aaa53f1e112734cd75dd887 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