run tests with coverage
This commit is contained in:
2
.github/workflows/the.yml
vendored
2
.github/workflows/the.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16, 17]
|
node-version: [16, 17]
|
||||||
script-name: [lint, test, typecheck]
|
script-name: [test-coverage, lint, typecheck]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.script-name }} (node ${{ matrix.node-version }})
|
name: ${{ matrix.script-name }} (node ${{ matrix.node-version }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user