summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-03 15:41:16 +0900
committerusa <usa@garbagecollect.jp>2023-03-29 10:57:57 +0900
commit408d2dbede5da0063da0cc71007bf897991e6ca1 (patch)
tree9ab163086cf4b54254d233d2b0f503322bc3a891
parent57703ba1ec421c938181f49e8127c6e4ae83c281 (diff)
downloadruby-408d2dbede5da0063da0cc71007bf897991e6ca1.tar.gz
Skip test-bundler-prallel with macOS. It mixed system bundler path.
https://github.com/ruby/ruby/actions/runs/4061314416/jobs/7033111867
-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 f9c0a17302..08fd6e8fa4 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" ] matrix tests has unknown issues
+ test_task: [ "check" ] #, "test-bundler-parallel", "test-bundled-gems" ] matrix tests has unknown issues
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}