Skip to content

Commit bddd633

Browse files
authored
Update ci.yml
1 parent 7c3188e commit bddd633

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ jobs:
2121
run: npm install
2222

2323

24-
- name: Verify Vitest installation
25-
run: |
26-
echo "Checking Vitest installation..."
27-
which vitest || echo "Vitest not found!" # Check if Vitest is installed
28-
npm list vitest # List the Vitest package to verify installation
29-
30-
3124
# Uncomment this block if you eventually want bundle analysis enabled again:
3225
#
3326
# - name: Create vite.config.js (for Codecov Bundle Analysis)

0 commit comments

Comments
 (0)