Add release test
This commit is contained in:
parent
f59bf66273
commit
274a9a345e
@ -49,3 +49,20 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd testdir
|
cd testdir
|
||||||
wc -l checkout.go
|
wc -l checkout.go
|
||||||
|
|
||||||
|
release-test:
|
||||||
|
container:
|
||||||
|
image: offline-twitter/go
|
||||||
|
volumes:
|
||||||
|
- woodpecker-gocache:/go-cache-volume
|
||||||
|
env:
|
||||||
|
GOPATH: /go-cache-volume
|
||||||
|
GOCACHE: /go-cache-volume/build-cache
|
||||||
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
run: |
|
||||||
|
go install git.offline-twitter.com/offline-labs/gocheckout@${GITHUB_SHA}
|
||||||
|
gocheckout
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
run: wc -l checkout.go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user