diff options
| author | Alex Flint <[email protected]> | 2020-04-03 12:13:23 -0400 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2020-04-03 12:13:23 -0400 |
| commit | af757bea986f79085de7dc3c49651f5bbcf70f63 (patch) | |
| tree | 821c01ca32c7bd43e578d363dd5cdfe6cd45e495 | |
| parent | ce896f3df96474b03398c9b360bc44011646bb21 (diff) | |
fix name of dependency
| -rw-r--r-- | .github/workflows/go.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 927b2d5..07f5e18 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,9 +41,9 @@ jobs: # notifies coveralls that all test jobs are finished finish: - needs: test + needs: build_and_test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1 - with: - parallel-finished: true
\ No newline at end of file + - uses: shogo82148/actions-goveralls@v1 + with: + parallel-finished: true |
