summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu-bundler3.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:49:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:49:05 +0900
commit75e869f047fc924bdc5d95a2750ad1d40ea2cc23 (patch)
tree4c72128cd4e774dec6fa69a5646b4774f65dddcb /.github/workflows/ubuntu-bundler3.yml
parent4d1096614a87c66565ed55e35ba8037b9b2eaf84 (diff)
downloadbundler-75e869f047fc924bdc5d95a2750ad1d40ea2cc23.tar.gz
Merge spec:sudo to ubuntu and ubuntu-bundler3 jobs
Diffstat (limited to '.github/workflows/ubuntu-bundler3.yml')
-rw-r--r--.github/workflows/ubuntu-bundler3.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu-bundler3.yml b/.github/workflows/ubuntu-bundler3.yml
index 448c237478..b14b6f45fb 100644
--- a/.github/workflows/ubuntu-bundler3.yml
+++ b/.github/workflows/ubuntu-bundler3.yml
@@ -35,5 +35,11 @@ jobs:
bin/rake spec:realworld
env:
RGV: ${{ matrix.rgv }}
+ BUNDLER_SPEC_SUB_VERSION: 3.0.0
BUNDLER_SPEC_PRE_RECORDED: 1
+ - name: Run Test with BUNDLER_SPEC_SUB_VERSION
+ run: bin/rake spec:sudo
+ env:
+ RGV: ${{ matrix.rgv }}
+ BUNDLER_SPEC_SUB_VERSION: 3.0.0
timeout-minutes: 60