From 38f0e6447c608dcf58327fe3a2e793fce572305e Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Tue, 7 Jun 2022 08:37:41 +0100 Subject: [PATCH] Add command to re-install yarn on CI to test issue --- .github/workflows/budibase_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index e940e6fa10..f632cdd6e1 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -38,6 +38,7 @@ jobs: - name: Install Pro run: yarn install:pro $BRANCH $BASE_BRANCH + - run: yarn global add yarn - run: yarn - run: yarn bootstrap - run: yarn lint