Skip to content

Commit

Permalink
fix: workflow bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Dec 6, 2019
1 parent 53ff941 commit 1226fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests
run: make tests

- name: Coverage data
run: make test-coverage
- name: Coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}

0 comments on commit 1226fbb

Please sign in to comment.