summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.builds/test.yml b/.builds/test.yml
index 307f7ba..3459203 100644
--- a/.builds/test.yml
+++ b/.builds/test.yml
@@ -4,4 +4,6 @@ secrets:
sources:
- git@git.sr.ht/~mokha/data-storage-api-ruby
tasks:
- - test: ./bin/test
+ - test: |
+ apk add ruby
+ ./bin/test