Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into feature/FixCI
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodeinegri committed Mar 21, 2020
2 parents 9c3e42d + c5a8703 commit 18c7985
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,12 @@ jobs:
run: npm run build --if-present
- name: Run project test
run: npm test
#env:
#CI: true
#- name: Coveralls Parallel
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel: true
# path-to-lcov: ./coverage/lcov.info # optional (default value)
#- name: Coveralls Finished
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Slack Notification
uses: homoluctus/slatify@v2.0.1
if: failure()
Expand Down

0 comments on commit 18c7985

Please sign in to comment.