From ca32d221c474d18dae2e049937b39ab2f43cfb82 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 8 Jan 2024 16:35:04 +0100 Subject: [PATCH] fix: Remove redundant lerna bootstrap command --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0a563ed..7ce1dbb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,7 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: yarn --frozen-lockfile && yarn lerna bootstrap - - run: yarn --frozen-lockfile && yarn lerna bootstrap - - run: cd packages/backend - - run: yarn start + - run: cd packages/backend && yarn start env: ENCRYPTION_KEY: sample_encryption_key WEBHOOK_SECRET_KEY: sample_webhook_secret_key