From 0e58219963398b7b88714720d99ec4ec4555e86c Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 23:45:01 +0100 Subject: [PATCH] chore: cli tests on ci --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d47c1ef..d52f6d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,6 @@ jobs: run: | npm install --ignore-scripts - - name: Run Vitest - run: npm run test:cli run . + - name: `cli` tests + run: cd packages/cli npm run test run . continue-on-error: false