mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user