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

14 lines
220 B
YAML

steps:
go-test:
image: golang
commands:
- echo $GOPROXY
- make -C polyculeconnect test
go-build:
image: golang
commands:
- make -C polyculeconnect build
when:
event: [push, tag]