Skip to content

Commit 8ba6916

Browse files
committed
fix: remove incorrect vite integration test from CI (leftover from monorepo)
1 parent 24a23ec commit 8ba6916

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- name: Build package
3737
run: npm run build
3838

39-
- name: Test Vite integration
40-
run: |
41-
cd tests/vite-integration
42-
bash test.sh
43-
4439
- name: Check bundle sizes
4540
run: |
4641
echo "=== Bundle Sizes ==="

0 commit comments

Comments
 (0)