Skip to content

Commit 12adb20

Browse files
committed
Add tests to GHA
1 parent fb3c4fc commit 12adb20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24+
- name: Run Vitest Tests
25+
run: npm run test:vi
26+
2427
- name: Build
2528
run: npm run build
2629

@@ -36,4 +39,3 @@ jobs:
3639
cypress/screenshots/
3740
retention-days: 7 # Keep artifacts for 7 days
3841
if-no-files-found: warn # Warn instead of fail if no screenshots found
39-

0 commit comments

Comments
 (0)