diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index 0a5f3c1..de3f054 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -42,4 +42,4 @@ jobs: run: npm run install:all - name: Run unit tests - run: npx jest \ No newline at end of file + run: npm test \ No newline at end of file