Skip to content

Commit

Permalink
ci: run test on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Feb 15, 2023
1 parent 11e9d8f commit 8fbe4c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Generate coverage 🧪
run: npm test

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

0 comments on commit 8fbe4c1

Please sign in to comment.