aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/debug.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker/debug.yaml')
-rw-r--r--.woodpecker/debug.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml
index db7a75be..59b139fd 100644
--- a/.woodpecker/debug.yaml
+++ b/.woodpecker/debug.yaml
@@ -26,7 +26,10 @@ steps:
commands:
- nix-build --no-build-output --attr test.amd64 --argstr git_version ${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- ./result/bin/garage_db-*
- - ./result/bin/garage_api-*
+ - ./result/bin/garage_api_common-*
+ - ./result/bin/garage_api_s3-*
+ - ./result/bin/garage_api_k2v-*
+ - ./result/bin/garage_api_admin-*
- ./result/bin/garage_model-*
- ./result/bin/garage_rpc-*
- ./result/bin/garage_table-*