1
0
Fork 0
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:
Nobuyoshi Nakada 2021-11-07 15:46:16 +09:00
parent dc4dd96b02
commit 6295e348a9
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

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