File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- name : Coverage Report
1+ name : Build
22
33on :
44 - push
55 - pull_request
66
77jobs :
8- TestAndReport :
8+ Test :
99 runs-on : ubuntu-20.04
1010 steps :
1111 - name : Set up Go
2121 CODACY_PROJECT_TOKEN : ${{ secrets.CODACY_PROJECT_TOKEN }}
2222 run : |
2323 bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.out --force-coverage-parser go
24+
25+ Build :
26+ runs-on : ubuntu-20.04
27+ steps :
28+ - name : Set up Go
29+ uses : actions/setup-go@v3
30+ with :
31+ go-version : 1.18.x
32+ 33+ - name : Run GoReleaser
34+ uses :
goreleaser/[email protected] 35+ with :
36+ github_token : ${{ secrets.GH_PUBLISH_SECRETS }}
37+ version : v1.14.0
38+ args : release --skip-publish --rm-dist --snapshot
Original file line number Diff line number Diff line change 88 - env :
99 - CGO_ENABLED=0
1010 binary : atest
11- dir : cmd
1211 goos :
1312 - linux
1413 - windows
File renamed without changes.
You can’t perform that action at this time.
0 commit comments