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'