We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3188e commit bddd633Copy full SHA for bddd633
1 file changed
.github/workflows/ci.yml
@@ -21,13 +21,6 @@ jobs:
21
run: npm install
22
23
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
31
# Uncomment this block if you eventually want bundle analysis enabled again:
32
#
33
# - name: Create vite.config.js (for Codecov Bundle Analysis)
0 commit comments