зеркало из https://github.com/github/ruby.git
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:
Родитель
d96ba8c5c3
Коммит
69615251f9
|
@ -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: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче