1
0
Fork 0
forgejo-api/.woodpecker/integration.yml
2023-11-29 15:00:08 -05:00

15 lines
322 B
YAML

when:
- event: manual
steps:
test:
image: rust
environment:
- "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/"
- FORGEJO_API_CI_TOKEN=0889eabbb0006f15be4af017c4e0d3f51df78f98
commands:
- cargo test
services:
forgejo-testing:
image: code.cartoon-aa.xyz/cyborus/ci-forgejo