From a1baac0281e2ef90629cc23bc1c35297610904c5 Mon Sep 17 00:00:00 2001 From: Taea Vogel Date: Thu, 24 Oct 2024 09:49:38 -0400 Subject: [PATCH] bootstrap all packages for mobile build --- .github/workflows/mobile-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/mobile-tests.yml b/.github/workflows/mobile-tests.yml index 8e70c92bfd..45db0989b8 100644 --- a/.github/workflows/mobile-tests.yml +++ b/.github/workflows/mobile-tests.yml @@ -22,8 +22,6 @@ jobs: - name: Setup environment uses: ./.github/actions/setup-env - with: - bootstrap-packages: "@quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle" - name: "Unit tests" run: lerna run test --scope @quiet/mobile --stream