Skip to content

Commit

Permalink
[test] Remove cache from Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelieluciani committed Jul 17, 2024
1 parent bd97b26 commit 0dc0fa4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

Expand Down

0 comments on commit 0dc0fa4

Please sign in to comment.