diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 30f0a953a9..fa591502e7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,12 +32,6 @@ jobs: steps: - - name: Setup go - uses: actions/setup-go@v4 - with: - go-version-file: 'go.mod' - check-latest: true - - name: Prepare repo configuration shell: bash env: @@ -63,6 +57,12 @@ jobs: run: | git pull --rebase upstream ${{ github.event.pull_request.base.ref }} && echo "rebaseAborted=0" >> $GITHUB_ENV || echo "rebaseAborted=1" >> $GITHUB_ENV + - name: Setup go + uses: actions/setup-go@v4 + with: + go-version-file: 'go.mod' + check-latest: true + - name: Get New Coverage shell: bash working-directory: ./${{ github.event.pull_request.head.repo.name }}