From d3781ed3ffff67d7eb4a408f87166bc77d00aae6 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 15 Dec 2023 13:02:35 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca91c6660..4c37d09bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,9 +53,9 @@ jobs: shell: bash run: npm run lint:package - - run: - name: Tests - command: npm run test:ci + - name: Tests + shell: bash + run: npm run test:ci - name: Upload coverage if: matrix.node-version == '18.17'