From a97a65a4ec8a8a7d89fb65de71308d9d28a1df55 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 11 Feb 2024 12:53:35 -0800 Subject: [PATCH] fix command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b74850..fe7155b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test - - run: npm test:coverage + - run: npm run test:coverage - name: codecov uses: codecov/codecov-action@v3 env: