From 51559d354e9f2846379e3e25858643d9f60f36cc Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 23:47:39 +0100 Subject: [PATCH] chore: fix cli tests ci --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd6edb4..8d81f6c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,5 +26,5 @@ jobs: npm install --ignore-scripts - name: Run CLI tests - run: cd packages/cli npm run test run . + run: cd packages/cli && npm run test run . continue-on-error: false