summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-12-17 15:37:06 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-12-17 15:37:06 -0800
commit12474d92d764ac5244d2e60c5faed851fc58f042 (patch)
tree8d909ea29686233e936b8fb16dffb399e73fba85
parent00edab4af5920da35ed0a186f2422f23c2fbc3b9 (diff)
downloadhoe-12474d92d764ac5244d2e60c5faed851fc58f042.tar.gz
ugh I hate GHA
[git-p4: depot-paths = "//src/hoe/dev/": change = 13627]
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 320106f..229fd53 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,6 +66,9 @@ jobs:
ruby-version: ruby
bundler: none
+ - name: install minitest # needs to be > 5.16 for minitest/test_task
+ run: gem install minitest -N
+
- name: rake test:isolated
run: |
rake test:isolated