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