Skip to content

Commit d11c532

Browse files
committed
back to coverage
1 parent b47bd28 commit d11c532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
run: npm install
8080
- name: Initialize Database
8181
run: npm run test:init
82-
- name: Tests
83-
run: npm test
82+
- name: Test and Coverage
83+
run: npm run coverage
8484
concurrency:
8585
group: ${{ github.workflow }}-${{ github.ref }}
8686
cancel-in-progress: true

0 commit comments

Comments
 (0)