summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-13 19:45:14 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-11-30 16:44:52 +0900
commit2eb4afb10bd9a3849eb34292f33240ac3ef19905 (patch)
tree38c99c2f7997970dadbaf99aee269ef74157a316 /.github/workflows/ubuntu.yml
parentcf14592872684956df7c014de0f9808c8aaf0e22 (diff)
Add extract-gems to GitHub Actions CI
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2678
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index c6bcca07fa..ba5ab9afdd 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -84,6 +84,8 @@ jobs:
../src/configure -C --disable-install-doc
- name: Make
run: make -C build $JOBS
+ - name: Extract gems
+ run: make -C build extract-gems
- name: Tests
run: make -C build $JOBS -s ${{ matrix.test_task }}
env: