зеркало из https://github.com/github/ruby.git
Create dummy files when check only
because foo.rb in build directory breaks test-bundler https://github.com/ruby/ruby/runs/343168046#step:20:125
This commit is contained in:
Родитель
cf948a3d3f
Коммит
35adc47e7e
|
@ -91,6 +91,7 @@ jobs:
|
|||
run: |
|
||||
cd build
|
||||
./miniruby -e '(("a".."z").to_a+("A".."Z").to_a+("0".."9").to_a+%w[foo bar test zzz]).each{|basename|File.write("#{basename}.rb", "raise %(do not load #{basename}.rb)")}'
|
||||
if: matrix.test_task == 'check'
|
||||
- name: Tests
|
||||
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
||||
env:
|
||||
|
|
Загрузка…
Ссылка в новой задаче