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