Add release test
Some checks failed
Self Test / release-test (push) Has been cancelled
Self Test / test (push) Has been cancelled

This commit is contained in:
wispem-wantex 2025-06-07 09:09:09 -04:00
parent f59bf66273
commit 274a9a345e

View File

@ -49,3 +49,20 @@ jobs:
run: |
cd testdir
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