From a5e817626ada0ca5ef76b97768eae9b076dbc1df Mon Sep 17 00:00:00 2001 From: Chase Clettenberg Date: Sat, 9 Mar 2024 15:52:42 -0600 Subject: [PATCH] [bug] fix CI test command --- .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 d06c903..dd565c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,4 @@ jobs: run: npm ci - name: Run tests - run: npm test:run + run: npm run test:run