This commit is contained in:
parent
5b4a7e70ca
commit
c5c566f85c
@ -4,7 +4,13 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
container: offline-twitter/go
|
container:
|
||||||
|
image: offline-twitter/go
|
||||||
|
volumes:
|
||||||
|
- woodpecker-gocache:/go-cache-volume
|
||||||
|
environment:
|
||||||
|
- GOPATH=/go-cache-volume
|
||||||
|
- GOCACHE=/go-cache-volume/build-cache
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}
|
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user