summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-05-17 22:24:01 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-05-17 22:24:01 -0800
commit4d7233307e9a8c498cd78767a70b691c2c3c1b6c (patch)
treec0ec7597b60a797f087c8e56554a540f0e09b799
parent95eb9a21fe572fe9e9dc622d7098548b88dcf041 (diff)
downloadhoe-4d7233307e9a8c498cd78767a70b691c2c3c1b6c.tar.gz
setup-ruby prints the version
[git-p4: depot-paths = "//src/hoe/dev/": change = 13390]
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c6073bb..c79fb1d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,6 @@ jobs:
- name: rake test
run: |
rake test
- ruby -v
timeout-minutes: 3
isolated:
@@ -67,5 +66,4 @@ jobs:
- name: rake test:isolated
run: |
rake test:isolated
- ruby -v
timeout-minutes: 3