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:
parent
bb3542cc6b
commit
c064018a75
Notes:
git
2019-11-30 16:45:17 +09:00
2 changed files with 2 additions and 0 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
@ -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:
|
||||
|
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue