diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0543157..c784456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: run: npm ci - name: Compile code run: npm run compile - - name: Run tests - run: npm run test + - name: Run test coverage + run: npm run coverage