blob: 025fa7d4eea2eeeb8bbd91b04cae9fcf23e6d855 (
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:1.21.2-0
|