Skip to content

Commit

Permalink
Change composer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnson6494 committed Mar 23, 2024
1 parent c294323 commit bf0839b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: dom, libxml, mbstring, intl, xml, fileinfo, zip
coverage: xdebug
- name: Cache composer dependencies
uses: actions/cache@v4
with:
path: $(composer config cache-files-dir)
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-
tools: composer, phpunit
- name: Install Composer dependencies
run: composer install --no-ansi --no-interaction --no-progress --optimize-autoloader
- name: Setup Problem Matchers for PHPUnit
Expand Down

0 comments on commit bf0839b

Please sign in to comment.