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:
parent
979b32d76b
commit
28b290f7f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue