diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10f194b..f13525c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,4 +27,4 @@ jobs: run: npm install - name: Run Jest tests - run: npm test:coverage + run: npm run test:coverage