summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-19 15:13:35 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-11-30 16:44:52 +0900
commitc064018a7584fe03403a3b175ac25dbbb1162c8c (patch)
treeb3c99209fb7279102e2ee8b25f85a9ef1e319971 /.github/workflows/macos.yml
parentbb3542cc6b3db5477c2a9efd76905a4133545da1 (diff)
Make extract-gems only if test_task is check
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2678
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 4917e6333b..ab73c1963e 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -57,6 +57,7 @@ jobs:
run: make -C build $JOBS
- name: Extract gems
run: make -C build update-gems extract-gems
+ if: matrix.test_task == 'check'
- name: Tests
run: make -C build $JOBS -s ${{ matrix.test_task }}
env: