summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-22 16:51:20 -0700
committermo khan <mo.khan@gmail.com>2020-11-22 16:51:20 -0700
commit83431c4992b5794badd9bbdc526fbcf3421516ff (patch)
treefddb7894e584917e65c468bf19df5b8d3f25d8fe
parentd02b7ddf946f387a66e3a3a74aa08f4a5f20c9f4 (diff)
chore: install ruby in build
-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