Skip to content

Commit

Permalink
Remove GitHub cache for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppelisset committed Jul 10, 2022
1 parent 4e44215 commit 606dfef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/tests.yml') }}-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
Expand Down

0 comments on commit 606dfef

Please sign in to comment.