blob: d230583bb60d76ec25733e413a1313d1b6ef5fe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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:7.0.0
|