Minimize diff in existing workflow files

This commit is contained in:
Alan Wu 2021-10-15 13:30:01 -04:00
Родитель 4cad893080
Коммит 63faab3c36
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -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 }}

2
.github/workflows/ubuntu.yml поставляемый
Просмотреть файл

@ -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