1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore errors on windows-2022

https://github.com/ruby/ruby/pull/4775/checks?check_run_id=3419490832#step:13:38
This commit is contained in:
Kazuhiro NISHIYAMA 2021-08-25 17:34:35 +09:00 committed by Kazuhiro NISHIYAMA
parent d96ba8c5c3
commit 69615251f9

View file

@ -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: |