From 6e6be107dd0c820afc4db68d09110ad96c4aebdd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 28 May 2021 13:01:54 +0900 Subject: Ignore test-bundled-gems on GitHub Actions because matrix tests has unknown issues --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6f5d4355c1..9e021859ef 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,7 +5,7 @@ jobs: runs-on: macos-latest strategy: matrix: - test_task: [ "check", "test-bundler-parallel", "test-bundled-gems" ] + test_task: [ "check", "test-bundler-parallel" ] #, "test-bundled-gems" ] matrix tests has unknown issues fail-fast: false env: GITPULLOPTIONS: --no-tags origin ${{github.ref}} -- cgit v1.2.3