From ad351d87deb17ef38c71af0e2bcc9c5546de6056 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 7 Nov 2024 03:01:22 +1100 Subject: [PATCH] Update actions with vitest params --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8159542..050054ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,6 @@ jobs: run: | npm ci npm run build - - name: Run jest tests + - name: Run vitest tests run: | - npm test -- --verbose + npm test -- --reporter=verbose