From e673632e5b604f062cf2c6f54e3ae6a0add677eb Mon Sep 17 00:00:00 2001 From: jonambas Date: Fri, 5 Apr 2024 18:03:47 -0400 Subject: [PATCH] chore: fix test workflow 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 562ac4e..dc99576 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,4 @@ jobs: run: npm ci - name: Build - run: npm run test + run: npm run test:ci