Skip to content

Commit

Permalink
TMP: fix "run recipe tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Dec 12, 2024
1 parent 2b186c8 commit 1833c38
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 @@ -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 \
- 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 1833c38

Please sign in to comment.