Skip to content

Commit 8ae8cfe

Browse files
committed
E2E: update DCD --with-all-dependencies
1 parent fc8778d commit 8ae8cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Update Dead Code Detector
5151
run: |
5252
composer config repositories.pr vcs https://github.com/${{ github.event.pull_request.head.repo.full_name }}
53-
composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }}
53+
composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }} --with-all-dependencies
5454
5555
-
5656
name: Run analysis

0 commit comments

Comments
 (0)