ruby-changes:57117
From: Hiroshi <ko1@a...>
Date: Sat, 17 Aug 2019 13:27:25 +0900 (JST)
Subject: [ruby-changes:57117] Hiroshi SHIBATA: 2468466a1a (master): Added missing condition for test-bundler and test-bundled-gems.
https://git.ruby-lang.org/ruby.git/commit/?id=2468466a1a From 2468466a1ae45944238901b532646a6cf3385815 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 17 Aug 2019 12:08:07 +0900 Subject: Added missing condition for test-bundler and test-bundled-gems. diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 38c904d..b2416eb 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -55,6 +55,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L55 continue-on-error: true - name: make test-bundler/test-bundled-gems run: make -s ${{ matrix.test_task }} + if: matrix.test_task != 'check' continue-on-error: true - name: Leaked Globals run: make -s leaked-globals -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/