summaryrefslogtreecommitdiffstats
path: root/.woodpecker/integration.yml
blob: d8c3695f93f2c87ba54f0c4295e4bc7925c915b7 (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=52dffd1ab4cc935087bc71a557b2f777ec1cc969
    commands:
      - cargo test

services:
  forgejo-testing:
    image: code.cartoon-aa.xyz/cyborus/ci-forgejo:8.0.0