summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-27 20:05:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:43:01 +0900
commit47f3e54e7765390de9005686d2f20b93a4cfb378 (patch)
tree33774f396f5b6968a7e721aaf7f4a9feb059892f
parenta7116356e7a1c0decd8e591d0eba7d6cbebcf1d3 (diff)
downloadbundler-47f3e54e7765390de9005686d2f20b93a4cfb378.tar.gz
space
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 91b45b447a..20e23cd4a9 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -47,5 +47,5 @@ jobs:
bin/rake spec:realworld
env:
BUNDLER_SPEC_PRE_RECORDED: 1
- continue-on-error: ${{matrix.ruby == 'head' }}
+ continue-on-error: ${{ matrix.ruby == 'head' }}
timeout-minutes: 60