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 85fc2e7 commit 86c5aeaCopy full SHA for 86c5aea
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: run tests
126
run: pnpm test
127
- name: check-types with rolldown-vite
128
- if: (matrix.vite == 'rolldown-vite' && (${{ success() }} || ${{ failure() }}))
+ if: matrix.vite == 'rolldown-vite'
129
run: pnpm check:types
130
- name: archive tests temp directory
131
if: failure()
0 commit comments