fix name of dependency
This commit is contained in:
parent
ce896f3df9
commit
af757bea98
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue