diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 17:01:44 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 17:01:44 -0700 |
| commit | 0e0e18f30d01bed38fa9c96621037d4726991738 (patch) | |
| tree | fc506061b64c76cb84838f50c63a8016ce28647b | |
| parent | e4655f8d7e85577ea2879942cea85ce375271dab (diff) | |
chore: install ruby-full pkg
| -rw-r--r-- | .builds/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/test.yml b/.builds/test.yml index f658eae..c5d54d4 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -5,6 +5,6 @@ sources: - git@git.sr.ht/~mokha/data-storage-api-ruby tasks: - test: | - sudo apk add ruby ruby-minitest + sudo apk add ruby-full cd data-storage-api-ruby sudo sh bin/test |
