Stop test-bundled-gems on macOS for now

This commit is contained in:
Nobuyoshi Nakada 2020-01-19 09:48:33 +09:00
parent 979b32d76b
commit 28b290f7f4
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60

View File

@ -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: