polycule-connect/.woodpecker/test.yml
chapeau 4d0be8fe49
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Use goproxy
2023-10-22 22:32:35 +02:00

17 lines
314 B
YAML

steps:
go-test:
image: golang
commands:
- make -C polyculeconnect test
environment:
- GOPROXY=http://goproxy.home:3000
go-build:
image: golang
commands:
- make -C polyculeconnect build
environment:
- GOPROXY=http://goproxy.home:3000
when:
event: [push, tag]