Skip to content

Commit 8051ecf

Browse files
authored
chore: skip extra typecheck when not rolldown-vite (#1160)
* chore: skip extra typecheck when not rolldown-vite * try again
1 parent 47e8a9f commit 8051ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
run: pnpm playwright install chromium
125125
- name: run tests
126126
run: pnpm test
127-
- name: types
128-
if: (${{ success() }} || ${{ failure() }})
127+
- name: check-types with rolldown-vite
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)