summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:23:14 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 18:23:14 +0900
commit27c3fd99eab508fe36658c58371ab88e701578be (patch)
tree384ddce11dfbc985a0852fc9a2685812e908c61e
parent3beebc67c17a135bdbdfbd4afc843146a4e3f216 (diff)
downloadbundler-27c3fd99eab508fe36658c58371ab88e701578be.tar.gz
Fixed the step name
-rw-r--r--.github/workflows/ubuntu-bundler3.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-bundler3.yml b/.github/workflows/ubuntu-bundler3.yml
index f97688eda1..fd9281ebc0 100644
--- a/.github/workflows/ubuntu-bundler3.yml
+++ b/.github/workflows/ubuntu-bundler3.yml
@@ -33,6 +33,6 @@ jobs:
run: bin/rake spec:realworld
env:
BUNDLER_SPEC_PRE_RECORDED: 1
- - name: Run Test with BUNDLER_SPEC_SUB_VERSION
+ - name: Run Test with sudo
run: bin/rake spec:sudo
timeout-minutes: 60