Skip to content

Commit d580954

Browse files
committed
Remove --no-scripts option from composer install
1 parent 9590e9c commit d580954

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pipeline.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
dependency-versions: "${{ matrix.dependencies }}"
3232

33-
- name: Install PHP Dependencies
34-
run: composer install --no-scripts
35-
3633
- name: Tests
3734
run: vendor/bin/phpunit --exclude-group inspector
3835

@@ -53,10 +50,6 @@ jobs:
5350

5451
- name: Install Composer
5552
uses: "ramsey/composer-install@v3"
56-
57-
- name: Install PHP Dependencies
58-
run: composer install --no-scripts
59-
6053
- name: Code Style PHP
6154
run: vendor/bin/php-cs-fixer fix --dry-run
6255

0 commit comments

Comments
 (0)