summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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