Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalshahcodes committed Aug 29, 2019
1 parent 36aa8b5 commit 4484d68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Deployment Checks

on:
push:
Expand Down Expand Up @@ -28,7 +28,11 @@ jobs:
yarn run lint
- name: Coverage Report
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.github_token }}
run: |
yarn install
yarn run test:coveralls

0 comments on commit 4484d68

Please sign in to comment.