Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
run: pnpm playwright install chromium
- name: run tests
run: pnpm test
- name: types
if: (${{ success() }} || ${{ failure() }})
- name: check-types with rolldown-vite
if: matrix.vite == 'rolldown-vite'
run: pnpm check:types
- name: archive tests temp directory
if: failure()
Expand Down