16 lines
343 B
YAML
16 lines
343 B
YAML
|
when:
|
||
|
- event: manual
|
||
|
steps:
|
||
|
test:
|
||
|
image: rust
|
||
|
environment:
|
||
|
- "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/"
|
||
|
- FORGEJO_API_CI_TOKEN=e4f301dffd4993a3389f601761c0103291e58d85
|
||
|
commands:
|
||
|
- cargo test
|
||
|
|
||
|
services:
|
||
|
forgejo-testing:
|
||
|
pull: true
|
||
|
image: code.cartoon-aa.xyz/cyborus/ci-forgejo:8.0.0
|