Skip to content

Commit 55f9fd6

Browse files
modified ci.yml
Signed-off-by: sekhar kumar dash <sekharkumardash229@gmail.com>
1 parent ec5d1ab commit 55f9fd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Check PR
22

3-
on: [pull_request]
3+
on:
4+
pull_request
45

56
jobs:
67
run-ci:
@@ -33,3 +34,6 @@ jobs:
3334

3435
- name: Check commits messages
3536
uses: wagoid/commitlint-github-action@v5
37+
38+
- name: Run the tests
39+
run: npm test -- --coverage

0 commit comments

Comments
 (0)