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