polycule-connect/.woodpecker/test.yml
Melora Hugues 9b84dea234
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
fix: correct ci definition for woodpecker
2023-10-22 14:18:01 +02:00

13 lines
198 B
YAML

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