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

ruby-changes:66340

From: Hiroshi <ko1@a...>
Date: Fri, 28 May 2021 13:02:28 +0900 (JST)
Subject: [ruby-changes:66340] 6e6be107dd (master): Ignore test-bundled-gems on GitHub Actions because matrix tests has unknown issues

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

From 6e6be107dd0c820afc4db68d09110ad96c4aebdd Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 28 May 2021 13:01:54 +0900
Subject: Ignore test-bundled-gems on GitHub Actions because matrix tests has
 unknown issues

---
 .github/workflows/macos.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6f5d435..9e02185 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -5,7 +5,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L5
     runs-on: macos-latest
     strategy:
       matrix:
-        test_task: [ "check", "test-bundler-parallel", "test-bundled-gems" ]
+        test_task: [ "check", "test-bundler-parallel" ] #, "test-bundled-gems" ] matrix tests has unknown issues
       fail-fast: false
     env:
       GITPULLOPTIONS: --no-tags origin ${{github.ref}}
-- 
cgit v1.1


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

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