diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a196d99..eb7edafb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,8 @@ jobs: run: npm install - name: Initialize Database run: npm run test:init - - name: Tests - run: npm test + - name: Test and Coverage + run: npm run coverage concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true