mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
xmlrpc has been removed from the bundled gems
This commit is contained in:
parent
a3d90f1b9b
commit
e00eba1ce2
Notes:
git
2020-09-01 11:22:06 +09:00
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rexml"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,rexml"
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
payload: |
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
env:
|
||||
RUBY_TESTOPTS: "-q --tty=no"
|
||||
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc"
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
payload: |
|
||||
|
|
Loading…
Reference in a new issue