Skip to content

Commit

Permalink
Remove obsolet build step
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Marinov <ivan.marinov@bosch.io>
  • Loading branch information
IvanBoychevMarinov committed Nov 28, 2023
1 parent 4ad0c15 commit 5724b53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/go-test-coverage-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.21.0'
- name: Setup
run: |
go mod download
go get -t ./...
go build
- name: generate test coverage
run: go test ./... -coverprofile=coverage.out

Expand Down

0 comments on commit 5724b53

Please sign in to comment.