Add missing volume to test-e2e (#21079)

Without it, the deps-backend step before is useless as `go test` will not see the files in GOPATH and re-download them.
forgejo
silverwind 2 years ago committed by GitHub
parent bc4cce138a
commit 7f6306ccd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -569,6 +569,9 @@ steps:
TEST_PGSQL_DBNAME: 'testgitea-e2e'
DEBIAN_FRONTEND: noninteractive
depends_on: [build-frontend, deps-backend]
volumes:
- name: deps
path: /go
---
kind: pipeline

Loading…
Cancel
Save