File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/cache@v2
3434 with :
3535 path : vendor
36- key : ${{ runner.os }}-${{ matrix.setup }}-php -${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
36+ key : ${{ runner.os }}-${{ matrix.setup }}-coverage -${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
3737 restore-keys : |
38- ${{ runner.os }}-${{ matrix.setup }}-php -${{ matrix.php }}-
38+ ${{ runner.os }}-${{ matrix.setup }}-coverage -${{ matrix.php }}-
3939
4040 - name : Code Climate Test Reporter Preparation
4141 run : |
Original file line number Diff line number Diff line change 3333 uses : actions/cache@v2
3434 with :
3535 path : vendor
36- key : ${{ runner.os }}-${{ matrix.setup }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
36+ key : ${{ runner.os }}-${{ matrix.setup }}-php-v2- ${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
3737 restore-keys : |
38- ${{ runner.os }}-${{ matrix.setup }}-php-${{ matrix.php }}-
38+ ${{ runner.os }}-${{ matrix.setup }}-php-v2- ${{ matrix.php }}-
3939
4040 - name : Install dependencies
4141 if : steps.composer-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments