Skip to content

Commit

Permalink
use test-ci in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ball committed Dec 27, 2023
1 parent e2ac3de commit db5ffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: '21.5'
- run: npm ci
- run: npm test
- run: npm test-ci
- name: Report Coverage
uses: davelosert/vitest-coverage-report-action@v2
if: always()
Expand Down

0 comments on commit db5ffbe

Please sign in to comment.