From 5586566926281ba33bde6d29e8e52cd1d9d8c64d Mon Sep 17 00:00:00 2001 From: Eric Guan Date: Wed, 6 Sep 2023 12:20:04 -0700 Subject: [PATCH] fix test command --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca9c4d1..800a34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,7 @@ jobs: node-version: '18' - name: Install dependencies - run: | - npm ci + run: npm ci - name: Run Tests - run: | - node --test tests/ + run: npm run test