Skip to content

Commit

Permalink
chore(ci): fix "run recipe tests" for windows by leveraging yaml magic (
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer authored Dec 12, 2024
1 parent e723472 commit c875d81
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 c875d81

Please sign in to comment.