Skip to content

Commit

Permalink
Discard composer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tontonsb committed Feb 22, 2022
1 parent 1659b22 commit ddaedd1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ jobs:
with:
php-version: ${{matrix.php}}

- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2
with:
path: ~/.composer/cache/files
key: composer-${{ hashFiles('**/composer.json') }}
restore-keys: |
composer-
- name: Install deps
run: composer update --no-interaction

Expand Down

0 comments on commit ddaedd1

Please sign in to comment.