fix name of dependency

This commit is contained in:
Alex Flint 2020-04-03 12:13:23 -04:00
parent ce896f3df9
commit af757bea98
1 changed files with 4 additions and 4 deletions

View File

@ -41,9 +41,9 @@ jobs:
# notifies coveralls that all test jobs are finished # notifies coveralls that all test jobs are finished
finish: finish:
needs: test needs: build_and_test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: shogo82148/actions-goveralls@v1 - uses: shogo82148/actions-goveralls@v1
with: with:
parallel-finished: true parallel-finished: true