Skip to content

Commit 86c5aea

Browse files
committed
try again
1 parent 85fc2e7 commit 86c5aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: run tests
126126
run: pnpm test
127127
- name: check-types with rolldown-vite
128-
if: (matrix.vite == 'rolldown-vite' && (${{ success() }} || ${{ failure() }}))
128+
if: matrix.vite == 'rolldown-vite'
129129
run: pnpm check:types
130130
- name: archive tests temp directory
131131
if: failure()

0 commit comments

Comments
 (0)