Skip to content

Commit 60ee3ec

Browse files
committed
fix: github action
1 parent b23d97c commit 60ee3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- name: 🛠 Install dependencies
2121
run: npm install
2222
- name: ⚙️ Create coverage
23+
run: npm run test:coveralls
2324
with:
2425
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
25-
run: npm run test:coveralls
2626
- name: 📨 Send report to Coveralls
2727
uses: coverallsapp/github-action@master
2828
with:

0 commit comments

Comments
 (0)