mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Allow rexml to fail on macOS of Github Actions
And revert "Stop test-bundled-gems on macOS for now",
28b290f7f4
.
This commit is contained in:
parent
496f295f91
commit
edf2cedc9c
Notes:
git
2020-01-19 12:19:52 +09:00
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.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:
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
|
||||
# rss needs to add workaround for the non rexml environment
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss,rexml"
|
||||
- name: Leaked Globals
|
||||
run: make -C build -s leaked-globals
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue