Minimize diff in existing workflow files
This commit is contained in:
parent
4cad893080
commit
63faab3c36
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user