Merge pull request 'Fix woodpecker yaml' (#29) from bug/ci-yaml into master
Reviewed-on: https://gitea.benny.dog/torjus/ezshare/pulls/29
This commit is contained in:
commit
1cfa1e4be6
@ -4,12 +4,11 @@ pipeline:
|
||||
commands:
|
||||
- go build main.go
|
||||
- go test -v ./...
|
||||
when:
|
||||
branch: master
|
||||
event: [push, pull_request, tag, deployment]
|
||||
when:
|
||||
branch: master
|
||||
event: [push, pull_request, tag, deployment]
|
||||
|
||||
matrix:
|
||||
GO_VERSION:
|
||||
- "1.17"
|
||||
- "1.16"
|
||||
- "latest"
|
||||
|
Loading…
Reference in New Issue
Block a user