зеркало из https://github.com/github/ruby.git
Minimize diff in existing workflow files
This commit is contained in:
Родитель
4cad893080
Коммит
63faab3c36
|
@ -35,7 +35,7 @@ jobs:
|
|||
- run: make $JOBS incs
|
||||
- run: make $JOBS
|
||||
- run: make leaked-globals
|
||||
if: matrix.test_task == 'check'
|
||||
if: ${{ matrix.test_task == 'check' }}
|
||||
- run: make prepare-gems
|
||||
if: ${{ matrix.test_task == 'check' }}
|
||||
- run: make $JOBS -s ${{ matrix.test_task }}
|
||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- run: make $JOBS incs
|
||||
- run: make $JOBS
|
||||
- run: make leaked-globals
|
||||
if: matrix.test_task == 'check'
|
||||
if: ${{ matrix.test_task == 'check' }}
|
||||
- run: make prepare-gems
|
||||
if: ${{ matrix.test_task == 'check' }}
|
||||
- name: Create dummy files in build dir
|
||||
|
|
Загрузка…
Ссылка в новой задаче