From 925a6430ac5751abe73aa7c15b3331d99c6a698f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Mar 2020 18:14:11 +0900 Subject: Removed needless environmental variable for bundler 3 --- .github/workflows/ubuntu-bundler3.yml | 3 --- 1 file changed, 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 -- cgit v1.2.1