Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/correct-ts-speci…
Browse files Browse the repository at this point in the history
…fiers
  • Loading branch information
JakobJingleheimer committed Dec 12, 2024
2 parents 2b186c8 + c875d81 commit 87c6a1f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
node-version: ${{ matrix.node.version }}
cache: 'npm'
- run: npm ci
- run: |
node \
--run test \
--test-coverage-lines=0.8 \
--test-reporter-destination=./coverage.lcov \
--test-reporter=lcov
- name: Run recipe tests
run: >-
node
--run test
--test-coverage-lines=0.8
--test-reporter-destination=./coverage.lcov
--test-reporter=lcov

0 comments on commit 87c6a1f

Please sign in to comment.