Changed execution order
This commit is contained in:
parent
b3d5cbdd53
commit
562d45c941
@ -9,12 +9,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- go get ./...
|
- go get ./...
|
||||||
- make server bots jobs patches
|
|
||||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
|
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
- git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn
|
- git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn
|
||||||
- make tools
|
- make tools
|
||||||
- go mod download
|
- go mod download
|
||||||
|
- make server bots jobs patches
|
||||||
- go test -v -coverprofile=coverage.txt ./...
|
- go test -v -coverprofile=coverage.txt ./...
|
||||||
|
|
||||||
- name: coverage
|
- name: coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user