From f08376b969c6c6ddea0508e3e8e1cef360306b35 Mon Sep 17 00:00:00 2001 From: siepra Date: Fri, 6 Oct 2023 16:10:34 +0200 Subject: [PATCH] Install dependencies --- .github/workflows/e2e-ios.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index e6a33001fe..0c7dafcb5c 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -13,8 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Bootstrap project - run: npm run lerna bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle + - name: Install dependencies + run: | + npm i + npm run lerna bootstrap --scope @quiet/eslint-config,@quiet/logger,@quiet/common,@quiet/types,@quiet/state-manager,@quiet/backend,@quiet/identity,@quiet/mobile,backend-bundle - name: Run basic tests run: |