15 lines
331 B
YAML
15 lines
331 B
YAML
when:
|
|
- event: manual
|
|
steps:
|
|
test:
|
|
image: rust
|
|
environment:
|
|
- "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/"
|
|
- FORGEJO_API_CI_TOKEN=3226a46b52e29804bfb9b8ba21a5f91291fb86eb
|
|
commands:
|
|
- cargo test
|
|
|
|
services:
|
|
forgejo-testing:
|
|
image: code.cartoon-aa.xyz/cyborus/ci-forgejo:1.21.2-0
|