Skip to content

Commit

Permalink
setup go for sonarqube job
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Feb 14, 2024
1 parent 94c3436 commit 0f36dd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Run tests and generate coverage profile
run: go test ./... -coverprofile=coverage.prof

Expand Down

0 comments on commit 0f36dd8

Please sign in to comment.