From af757bea986f79085de7dc3c49651f5bbcf70f63 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Fri, 3 Apr 2020 12:13:23 -0400 Subject: [PATCH] fix name of dependency --- .github/workflows/go.yml | 8 ++++---- 1 file 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