Skip to content

Commit

Permalink
chore(ci): KISS matrix.optionsrun: |
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Dec 7, 2024
1 parent 34b57fe commit a8fbb4e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
strategy:
fail-fast: false
matrix:
options: >-
--test-coverage-lines=0.8
--test-reporter-destination=./coverage.lcov
--test-reporter=lcov
node:
- version: 23.x
- version: 22.x
Expand All @@ -53,4 +49,9 @@ jobs:
node-version: ${{ matrix.node.version }}
cache: 'npm'
- run: npm ci
- run: node --run test ${{ matrix.node.options }}
- run: |
node \
--run test \
--test-coverage-lines=0.8 \
--test-reporter-destination=./coverage.lcov \
--test-reporter=lcov

0 comments on commit a8fbb4e

Please sign in to comment.