From 1833c38759a809d614b90ed0962add28ebf00c79 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:16:40 +0100 Subject: [PATCH] TMP: fix "run recipe tests" --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c3ba3..2cb4594 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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