diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-11-29 21:00:08 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-11-29 21:00:08 +0100 |
commit | 62ac8f5d48046b41fd7a77778e080e9b4e196efc (patch) | |
tree | 4fc032d09d7effd7253512d72b60c4586ce2774e | |
parent | add start of test (diff) | |
download | forgejo-api-62ac8f5d48046b41fd7a77778e080e9b4e196efc.tar.xz forgejo-api-62ac8f5d48046b41fd7a77778e080e9b4e196efc.zip |
add ci pipeline
-rw-r--r-- | .woodpecker/integration.yml | 14 |
1 files changed, 14 insertions, 0 deletions
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 |