Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
saisilinus committed Apr 18, 2022
1 parent 9748c19 commit eb8a75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

runs-on: ubuntu-latest

needs: build
needs: run-unit-tests

steps:
- name: Generate coverage
Expand All @@ -53,7 +53,7 @@ jobs:

runs-on: ubuntu-latest

needs: build
needs: generate-coverage

steps:
- name: Publish to coveralls.io
Expand Down

0 comments on commit eb8a75d

Please sign in to comment.