Skip to content

Commit

Permalink
ci: ensure report runs after build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogbizi-ugbe committed Sep 22, 2020
1 parent df68fc7 commit 2e175cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
parallel: true

report:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls
Expand Down

0 comments on commit 2e175cf

Please sign in to comment.