Skip to content

Commit 8fbe4c1

Browse files
committed
ci: run test on branch
1 parent 11e9d8f commit 8fbe4c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/on-push-main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate coverage 🧪
3434
run: npm test
3535

36-
- name: Publish to coveralls ⭐
37-
uses: coverallsapp/github-action@master
38-
with:
39-
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
# - name: Publish to coveralls ⭐
37+
# uses: coverallsapp/github-action@master
38+
# with:
39+
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)