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:
parent
d96ba8c5c3
commit
69615251f9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue