Skip to content

Commit bd29a21

Browse files
feat: bring back test step
1 parent cf43717 commit bd29a21

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
run: HUSKY=0 npm ci
5151
- name: Lint
5252
run: npm run lint:ci
53+
# run tests again to have coverage information available for report coverage step
54+
- name: Test
55+
run: npm run test:ci
5356
- name: Build
5457
run: npm run build
5558
env:

0 commit comments

Comments
 (0)