Skip to content

Commit 3f01fb6

Browse files
committed
Remove --no-scripts option from composer install
1 parent 71291fa commit 3f01fb6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install Composer
2929
uses: "ramsey/composer-install@v3"
3030
with:
31-
composer-options: "--no-scripts"
3231
dependency-versions: "${{ matrix.dependencies }}"
3332

3433
- name: Tests
@@ -51,8 +50,6 @@ jobs:
5150

5251
- name: Install Composer
5352
uses: "ramsey/composer-install@v3"
54-
with:
55-
composer-options: "--no-scripts"
5653
- name: Code Style PHP
5754
run: vendor/bin/php-cs-fixer fix --dry-run
5855

0 commit comments

Comments
 (0)