diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-20 06:17:50 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-20 07:18:40 +0100 |
commit | 85e43976a325aa5dc37efddb2fff597d5b73f551 (patch) | |
tree | f5fe374162cdbcc5cc2c1a0c48636eb0acf3e6c5 /.woodpecker/integration.yml | |
parent | Initial commit. (diff) | |
download | forgejo-api-85e43976a325aa5dc37efddb2fff597d5b73f551.tar.xz forgejo-api-85e43976a325aa5dc37efddb2fff597d5b73f551.zip |
Adding upstream version 0.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
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 |