From c239f00ee1797c4a7f928cf721b2da99f2c9cec1 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Thu, 16 Dec 2021 21:25:08 -0600 Subject: [PATCH] run tests with coverage --- .github/workflows/the.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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