mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 11:04:04 +00:00
Update ci.yml
This commit is contained in:
parent
42f5506c0c
commit
c3e3d01458
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -85,10 +85,9 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.composer-cache.outputs.dir }}
|
path: ${{ steps.composer-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}--${{ hashFiles('**/composer.lock') }}
|
key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
|
||||||
|
|
||||||
-if: steps.composer-cache.outputs.cache-hit != 'true'
|
- name: Install Composer dependencies
|
||||||
name: Install Composer dependencies
|
|
||||||
run: |
|
run: |
|
||||||
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
|
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
|
||||||
composer update --prefer-dist --no-interaction
|
composer update --prefer-dist --no-interaction
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue