Skip to content

Commit

Permalink
back to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 27, 2024
1 parent b47bd28 commit d11c532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
run: npm install
- name: Initialize Database
run: npm run test:init
- name: Tests
run: npm test
- name: Test and Coverage
run: npm run coverage
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit d11c532

Please sign in to comment.