polycule-connect/.woodpecker/test.yml
chapeau f38533cd7a
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
Use goproxy
2023-10-22 22:22:34 +02:00

18 lines
336 B
YAML

steps:
go-test:
image: golang
commands:
- echo $GOPROXY
- 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]