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