1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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: