parent
4e8953ba46
commit
b665352669
1 changed files with 1 additions and 7 deletions
|
@ -10,18 +10,12 @@ jobs:
|
|||
id: composer-cache
|
||||
run: |
|
||||
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/cache/restore@v3
|
||||
- uses: actions/cache@v3
|
||||
id: restore-cache
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: composer-cache
|
||||
- run: composer install
|
||||
- uses: actions/cache/save@v3
|
||||
id: save-cache
|
||||
if: steps.restore-cache.outputs.cache-hit != 'true
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: composer-cache
|
||||
- run: composer fix
|
||||
- name: GIT commit and push all changed files
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue