diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml new file mode 100644 index 0000000..f6df423 --- /dev/null +++ b/.woodpecker/integration.yml @@ -0,0 +1,14 @@ +when: + - event: manual +steps: + test: + image: rust + environment: + - "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/" + - FORGEJO_API_CI_TOKEN=0889eabbb0006f15be4af017c4e0d3f51df78f98 + commands: + - cargo test + +services: + forgejo-testing: + image: code.cartoon-aa.xyz/cyborus/ci-forgejo