Skip to content

Commit 5f76e07

Browse files
ci: update CI workflow to use vitest
Co-Authored-By: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com>
1 parent ee726d4 commit 5f76e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm ci
2222

2323
- name: Run tests
24-
run: npx jest --ci
24+
run: npx vitest run
2525

2626
- name: Build
2727
run: npm run build

0 commit comments

Comments
 (0)