Try adding cache volume
All checks were successful
Self Test / test (push) Successful in 23s

This commit is contained in:
wispem-wantex 2025-06-07 06:58:08 -04:00
parent 5b4a7e70ca
commit c5c566f85c

View File

@ -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 }}