chore: update cli tests step name

This commit is contained in:
Ayo Ayco 2024-12-19 23:46:37 +01:00
parent 0e58219963
commit 48f228ba16

View file

@ -25,6 +25,6 @@ jobs:
run: | run: |
npm install --ignore-scripts npm install --ignore-scripts
- name: `cli` tests - name: Run CLI tests
run: cd packages/cli npm run test run . run: cd packages/cli npm run test run .
continue-on-error: false continue-on-error: false