Skip to content

Commit

Permalink
Update workflow action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Jul 2, 2024
1 parent df4335a commit 8960145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8960145

Please sign in to comment.