diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b6166a..04f5946 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,5 @@ jobs: run: npm run format:check - name: Test + if: (${{ success() }} || ${{ failure() }}) run: npm test -- --run