diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 16:59:46 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 16:59:46 -0700 |
| commit | e4655f8d7e85577ea2879942cea85ce375271dab (patch) | |
| tree | 9fae7e87bcf448d8156a33464fa32d24a48984f7 | |
| parent | 8fb13ba37d9e3d29c8922558b2b2e592865e1c3a (diff) | |
chore: install minitest in build
| -rw-r--r-- | .builds/test.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.builds/test.yml b/.builds/test.yml index fcc048a..f658eae 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -5,8 +5,6 @@ sources: - git@git.sr.ht/~mokha/data-storage-api-ruby tasks: - test: | - sudo apk add ruby - ls -alh . - pwd + sudo apk add ruby ruby-minitest cd data-storage-api-ruby sudo sh bin/test |
