Skip to content

Commit

Permalink
Fix Coveralls
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Aug 12, 2020
1 parent cf3c9eb commit 3275ba0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yaml
Expand Up @@ -43,8 +43,10 @@ jobs:
- name: Run Test
uses: GabrielBB/xvfb-action@v1.0
with:
run: yarn test --silent
run: yarn coverage --silent

# Run Coveralls
- name: Run Coveralls
run : yarn coveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3275ba0

Please sign in to comment.