aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/bundled_gems.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-17 08:56:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-07-25 08:50:07 +0900
commit91c05b34cd9ca9120c4a5e5e9fe772f2f0d1f6a3 (patch)
tree1d2df21f059d4da700d4cd048bb7670fcab34969 /.github/workflows/bundled_gems.yml
parentb291c972fa36e05107d13eea25cc445db4b4bec3 (diff)
downloadruby-91c05b34cd9ca9120c4a5e5e9fe772f2f0d1f6a3.tar.gz
Bundled gems test needs `prepare-gems`
`prepare-gems` downloads and extracts the bundled gems, and these gems are built by `build-exts` now.
Diffstat (limited to '.github/workflows/bundled_gems.yml')
-rw-r--r--.github/workflows/bundled_gems.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index 923fc524da..f6f8b9a45b 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -101,6 +101,11 @@ jobs:
make
if: ${{ steps.diff.outcome == 'failure' }}
+ - name: Prepare bundled gems
+ run: |
+ make -s prepare-gems
+ if: ${{ steps.diff.outcome == 'failure' }}
+
- name: Test bundled gems
run: |
make -s test-bundled-gems