summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-28 13:01:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-28 13:02:04 +0900
commit6e6be107dd0c820afc4db68d09110ad96c4aebdd (patch)
tree622361d052dcd47b500aacfe4282d36c84240f0d /.github
parente487ba7ddab9dd46e95a4cff222cf08471dbd817 (diff)
Ignore test-bundled-gems on GitHub Actions because matrix tests has unknown issues
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6f5d4355c1..9e021859ef 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -5,7 +5,7 @@ jobs:
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}}