From aa6764e66da2a6a9d27d6910b2c19e97607c56e9 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 28 Sep 2023 08:16:36 +0900 Subject: [CI] Fix indentation to concatenate the lines and pass the options --- .github/workflows/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index ed9355cee1..6f0ccc299b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -100,8 +100,8 @@ jobs: - name: make ${{ matrix.test_task }} run: >- $SETARCH make -s ${{ matrix.test_task }} - ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`} - ${{ contains(matrix.test_task, 'bundle') && '' || 'RUBYOPT=-w' }} + ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`} + ${{ contains(matrix.test_task, 'bundle') && '' || 'RUBYOPT=-w' }} timeout-minutes: 40 env: RUBY_TESTOPTS: '-q --tty=no' -- cgit v1.2.3