From c5f105612074636bbd13114fa8daf89c8ce985bd Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 23:50:30 +0100 Subject: [PATCH] chore(ci): install cli deps --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d81f6c..3df862d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,8 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Install deps - run: | - npm install --ignore-scripts + - name: Install CLI deps + run: cd packages/cli && npm install --ignore-scripts - name: Run CLI tests run: cd packages/cli && npm run test run .