From 30a9dc4aa9cb1985cfe5bd318b8b35dacc103127 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 19 Jan 2020 09:48:33 +0900 Subject: Stop test-bundled-gems on macOS for now --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3797bf6265..d03abf40e6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: runs-on: macos-latest strategy: matrix: - test_task: [ "check", "test-bundler", "test-bundled-gems" ] + test_task: [ "check", "test-bundler" ] # "test-bundled-gems" fail-fast: false if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: -- cgit v1.2.3