[前][次][番号順一覧][スレッド一覧]

ruby-changes:59745

From: Nobuyoshi <ko1@a...>
Date: Sun, 19 Jan 2020 12:19:49 +0900 (JST)
Subject: [ruby-changes:59745] edf2cedc9c (master): Allow rexml to fail on macOS of Github Actions

https://git.ruby-lang.org/ruby.git/commit/?id=edf2cedc9c

From edf2cedc9c54c48a16f2e6e7cc44d02df8c0603c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 19 Jan 2020 11:02:18 +0900
Subject: Allow rexml to fail on macOS of Github Actions

And revert "Stop test-bundled-gems on macOS for now",
28b290f7f4cb332dab3ddf3132e1916d413ea65c.

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d03abf4..4a4b5a3 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -11,7 +11,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L11
     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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L61
           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@v...
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]