Skip to content

Commit

Permalink
fix: issues with code climate usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobrotas-prowarehouse committed Oct 17, 2024
1 parent 83cca6a commit efaeff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: List Project Files
run: ls -R "$GITHUB_WORKSPACE"
- name: Install dependencies
run: go get .
- name: Build
Expand All @@ -34,4 +36,4 @@ jobs:
run: |
./cc-test-reporter before-build
go test -race -coverprofile=c.out ./...
./cc-test-reporter after-build --exit-code $?
./cc-test-reporter after-build --exit-code $? --prefix "$GITHUB_WORKSPACE"

0 comments on commit efaeff6

Please sign in to comment.