diff options
Diffstat (limited to '.woodpecker/integration.yml')
-rw-r--r-- | .woodpecker/integration.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml new file mode 100644 index 0000000..8dd4e3e --- /dev/null +++ b/.woodpecker/integration.yml @@ -0,0 +1,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 |