Skip to content

Commit

Permalink
check test tools cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Jan 27, 2025
1 parent 972605b commit 274e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install dependencies
id: composer
if: steps.composer-cache.outputs.cache-hit != 'true'
if: steps.composer-cache.outputs.cache-hit != 'true' || steps.test-tools-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress ${{ matrix.composer_args }}

- name: Check Style
Expand Down

0 comments on commit 274e1ad

Please sign in to comment.