Skip to content

Commit 9b97e40

Browse files
committed
Updated composer install command in test suite
1 parent bc42497 commit 9b97e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-suite.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
php-version: 8.4
2020

2121
- name: Install PHP Dependencies
22-
run: composer install
22+
run: composer install --no-interaction --no-progress --no-scripts --prefer-dist
2323

2424
- name: Verify Coding Standards
2525
run: vendor/bin/php-cs-fixer fix --diff --dry-run
@@ -38,7 +38,7 @@ jobs:
3838
php-version: 8.4
3939

4040
- name: Install PHP Dependencies
41-
run: composer install
41+
run: composer install --no-interaction --no-progress --no-scripts --prefer-dist
4242

4343
- name: Run Static Analysis
4444
run: vendor/bin/phpstan analyze
@@ -62,7 +62,7 @@ jobs:
6262
coverage: xdebug
6363

6464
- name: Install PHP Dependencies
65-
run: composer install
65+
run: composer install --no-interaction --no-progress --no-scripts --prefer-dist
6666

6767
- name: Run Tests
6868
run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)