diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-09-28 08:16:36 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-09-28 08:16:36 +0900 |
| commit | aa6764e66da2a6a9d27d6910b2c19e97607c56e9 (patch) | |
| tree | 5ec4ecd5d9959a36efca44c3fe03e7ee818eb482 /.github | |
| parent | dd5814ed1a7496274e733d567a830f7e56aa80e1 (diff) | |
[CI] Fix indentation to concatenate the lines and pass the options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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' |
