From 48f228ba162060764d2d24eb211c08a33d6507ea Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 23:46:37 +0100 Subject: [PATCH] chore: update cli tests step name --- .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 d52f6d6..dd6edb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,6 @@ jobs: run: | npm install --ignore-scripts - - name: `cli` tests + - name: Run CLI tests run: cd packages/cli npm run test run . continue-on-error: false