From 2468466a1ae45944238901b532646a6cf3385815 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 17 Aug 2019 12:08:07 +0900 Subject: [PATCH] Added missing condition for test-bundler and test-bundled-gems. --- .github/workflows/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 38c904da52..b2416ebd32 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -55,6 +55,7 @@ jobs: 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