summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-28 19:24:44 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-03 13:10:01 +0900
commit2dee2662d8d8b54a21c18c584a3f6ed319eb8eb5 (patch)
treeabdf779a7ebe2d8249e82b77edbb3c62597f71ff /.github/workflows/ubuntu.yml
parent3b47fb2cb65336481ab339c612cc01d87a12c028 (diff)
Create dummy files in build dir in setup [ci skip]
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 0548e1b420..2709b0d949 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -78,6 +78,7 @@ jobs:
srcdir: src
builddir: build
makeup: true
+ dummy-files: ${{ matrix.test_task == 'check' }}
- name: Run configure
env:
@@ -92,11 +93,6 @@ jobs:
- run: $SETARCH make
- - name: Create dummy files in build dir
- run: |
- $SETARCH ./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: make ${{ matrix.test_task }}
run: >-
$SETARCH make -s ${{ matrix.test_task }}