mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[MinGW] Clear BUNDLER_VERSION unconditinally
This commit is contained in:
parent
dc4dd96b02
commit
6295e348a9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/mingw.yml
vendored
3
.github/workflows/mingw.yml
vendored
|
@ -116,8 +116,9 @@ jobs:
|
|||
run: |
|
||||
# Actions uses UTF8, causes test failures, similar to normal OS setup
|
||||
chcp.com 437
|
||||
if ($env:BUNDLER_VERSION) { Remove-Item env:\BUNDLER_VERSION }
|
||||
make test-all TESTOPTS="-j $env:TEST_JOBS --retry --job-status=normal --show-skip --timeout-scale=1.5"
|
||||
env:
|
||||
BUNDLER_VERSION:
|
||||
|
||||
- name: test-spec
|
||||
timeout-minutes: 10
|
||||
|
|
Loading…
Reference in a new issue