summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-08-25 17:34:35 +0900
committerKazuhiro NISHIYAMA <znz@users.noreply.github.com>2021-08-26 19:47:48 +0900
commit69615251f9c6a153fc5210f7a4e43e4c9c7301af (patch)
tree3b3f5ebd8a715c162b959f593795cd56e791d8fb
parentd96ba8c5c36bf701dfdec79983102daa7cda6fea (diff)
Ignore errors on windows-2022
https://github.com/ruby/ruby/pull/4775/checks?check_run_id=3419490832#step:13:38
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 3b95e0619c..436223753f 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -88,11 +88,13 @@ jobs:
set TMP=%USERPROFILE%\AppData\Local\Temp
set TEMP=%USERPROFILE%\AppData\Local\Temp
nmake test-all
+ continue-on-error: ${{ matrix.os == 'windows-2022' }}
- name: nmake test-spec
timeout-minutes: 10
run: |
call %VCVARS%
nmake test-spec
+ continue-on-error: ${{ matrix.os == 'windows-2022' }}
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |