We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2784c commit 598f247Copy full SHA for 598f247
.github/workflows/ci.yml
@@ -29,4 +29,5 @@ jobs:
29
run: npm run format:check
30
31
- name: Test
32
+ if: (${{ success() }} || ${{ failure() }})
33
run: npm test -- --run
0 commit comments