diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 856668e..27b60fe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,6 +32,7 @@ jobs: chmod +x ./cc-test-reporter ./cc-test-reporter before-build - name: Run and upload Code Climate tests + uses: actions/checkout@v4 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} run: |