From 2f5e0d3ef983279618e3448974739216b25931c9 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Tue, 10 Dec 2024 17:41:38 -0500 Subject: [PATCH] fix 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 e97efce95..c15149b91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: run: npm run build - name: Test coverage - run: npmx jest test/ --collectCoverage=true + run: npx jest test/ --collectCoverage=true - name: Upload coverage to Codecov uses: codecov/codecov-action@v5