Skip to content

Commit 4b66732

Browse files
authored
Remove --no-scripts option from composer install (#30)
1 parent f457802 commit 4b66732

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pipeline.yaml

Lines changed: 0 additions & 6 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

@@ -54,9 +51,6 @@ jobs:
5451
- name: Install Composer
5552
uses: "ramsey/composer-install@v3"
5653

57-
- name: Install PHP Dependencies
58-
run: composer install --no-scripts
59-
6054
- name: Code Style PHP
6155
run: vendor/bin/php-cs-fixer fix --dry-run
6256

0 commit comments

Comments
 (0)