From 8960145572661dac653f4a89991144e2069e0a84 Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Tue, 2 Jul 2024 16:38:44 -0400 Subject: [PATCH] Update workflow action. --- .github/workflows/code-quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index e0cc891f..812cd5ab 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -20,8 +20,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Run Jest tests with coverage - run: npm run test + - name: Run Vitest tests with coverage + run: npm run test:coverage run-lint-checks: runs-on: ubuntu-latest