summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-28 13:42:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-28 14:56:46 +0900
commit54c8265dab74a8cab0101853b23882bb4c28cb0b (patch)
tree1b2bff2e16f1255d1fa2b65ab147389034e470b7
parent227791acb1485517a6add042c325d1f16f1b044d (diff)
Skip test-all on nmake test-bundled-gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12193
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 2c34b8d22b..4f84409d71 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -176,6 +176,7 @@ jobs:
- run: nmake test-spec
timeout-minutes: 10
+ if: ${{ matrix.test_task != 'test-bundled-gems' }}
- run: nmake test-bundled-gems
timeout-minutes: 30
@@ -194,6 +195,7 @@ jobs:
builddir: build
srcdir: src
continue-on-error: true
+ if: ${{ matrix.test_task != 'test-bundled-gems' }}
- run: nmake test-all
env:
@@ -201,6 +203,7 @@ jobs:
-j${{ env.TEST_JOBS || 4 }}
--job-status=normal
timeout-minutes: 60
+ if: ${{ matrix.test_task != 'test-bundled-gems' }}
- uses: ./.github/actions/slack
with: