summaryrefslogtreecommitdiffstats
path: root/.woodpecker/integration.yml
blob: 9e100cd55396e079905e73569f02f6e8eeae8d27 (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=6eaba97c49d9f1bbe54f8975ea884af54826c9fe
    commands:
      - cargo test

services:
  forgejo-testing:
    pull: true
    image: code.cartoon-aa.xyz/cyborus/ci-forgejo:9.0.0