Skip to content

Commit e2f2699

Browse files
committed
ci(:green_heart:)
1 parent a65af92 commit e2f2699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/on_push.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
npm run build
2020
env:
2121
CI: true
22-
- name: Coveralls
23-
uses: coverallsapp/github-action@master
24-
with:
25-
github-token: ${{ secrets.COVERALLS_TOKEN }}
22+
# - name: Coveralls
23+
# uses: coverallsapp/github-action@master
24+
# with:
25+
# github-token: ${{ secrets.COVERALLS_TOKEN }}
2626
checkChangesInDocs:
2727
name: Check changes in docs
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)