mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Create more dummy files in build directory
This commit is contained in:
parent
1ed0212bcf
commit
4f5dc15b04
Notes:
git
2019-12-11 12:36:19 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
- name: Create dummy files in build dir
|
||||
run: |
|
||||
cd build
|
||||
./miniruby -e '(("a".."z").to_a+%w[foo bar test zzz]).each{|basename|File.write("#{basename}.rb", "raise %(do not load #{basename}.rb)")}'
|
||||
./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)")}'
|
||||
- name: Tests
|
||||
run: make -C build $JOBS -s ${{ matrix.test_task }}
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue