diff --git a/.github/workflows/the.yml b/.github/workflows/the.yml index f9dc6ef..2cb8a4e 100644 --- a/.github/workflows/the.yml +++ b/.github/workflows/the.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: node-version: [16, 17] - script-name: [lint, test, typecheck] + script-name: [test-coverage, lint, typecheck] fail-fast: false name: ${{ matrix.script-name }} (node ${{ matrix.node-version }}) runs-on: ubuntu-latest