summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:14:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:14:11 +0900
commit925a6430ac5751abe73aa7c15b3331d99c6a698f (patch)
treeb8c17119d428ab0d0bc281f0a84148b9a195e17b
parent788e2ae8d2380b2098cacf7158fb8038b9f3607a (diff)
downloadbundler-925a6430ac5751abe73aa7c15b3331d99c6a698f.tar.gz
Removed needless environmental variable for bundler 3
-rw-r--r--.github/workflows/ubuntu-bundler3.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu-bundler3.yml b/.github/workflows/ubuntu-bundler3.yml
index 42104a6948..353d6e81c7 100644
--- a/.github/workflows/ubuntu-bundler3.yml
+++ b/.github/workflows/ubuntu-bundler3.yml
@@ -29,16 +29,13 @@ jobs:
run: bin/parallel_rspec spec
env:
RGV: ${{ matrix.rgv }}
- BUNDLER_SPEC_SUB_VERSION: 3.0.0
- name: Run Test with realworld
run: 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