summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-28 21:39:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:43:12 +0900
commit08992f15a64a2afa73e237ef7476ae04dbd69377 (patch)
treec1244e33db4a7472ce5f9e9b6681cebd16982c9c
parent39a40bc97bd6e1f1e247e689a0762a98c1e17c20 (diff)
downloadbundler-08992f15a64a2afa73e237ef7476ae04dbd69377.tar.gz
continue-on-error with ruby-head
-rw-r--r--.github/workflows/ubuntu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 9f2a402292..8fb4226238 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -52,6 +52,7 @@ jobs:
run: bin/parallel_rspec spec
env:
RGV: ${{ matrix.rgv }}
+ continue-on-error: ${{ matrix.ruby == 'head' }}
- name: Run Test with realworld
run: |
bin/rake spec:realworld