Skip to content

Commit 06d5930

Browse files
committed
Restore composer install step
1 parent c02c4c4 commit 06d5930

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-measure.yml

+4
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@ jobs:
496496
restore-keys: |
497497
${{ runner.os }}-composer-
498498
499+
- name: Install Composer dependencies
500+
if: needs.pre-run.outputs.changed-php-count > 0
501+
run: composer install --prefer-dist --ignore-platform-reqs --no-progress --no-interaction
502+
499503
- name: Install Node dependencies
500504
if: needs.pre-run.outputs.changed-php-count > 0
501505
run: npm ci

0 commit comments

Comments
 (0)