Skip to content

Commit 9b29413

Browse files
committed
chore: change run script
1 parent fab1edd commit 9b29413

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
- name: 🛠 Install Node.js dependencies
2525
run: npm install
2626
- name: 🤖 Run tests
27-
run: npm run test
27+
run: |
28+
npm run test
29+
npm run test:coveralls
2830
- name: 🎯 Coverage
2931
uses: coverallsapp/github-action@master
30-
run: npm run test:coveralls
3132
with:
3233
github-token: ${{secrets.TOKEN}}

0 commit comments

Comments
 (0)