summaryrefslogtreecommitdiffstats
path: root/.woodpecker/integration.yml
blob: 5ace7f78efca4a8fdbf2a04fc7c97199940d93b0 (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=3906093e3d85cf0402623eb4a5287bc0f828e820
    commands:
      - cargo test

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