1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Make extract-gems only if test_task is check

This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-19 15:13:35 +09:00 committed by SHIBATA Hiroshi
parent bb3542cc6b
commit c064018a75
Notes: git 2019-11-30 16:45:17 +09:00
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -86,6 +86,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: