Skip to content

Commit b8f6b22

Browse files
committed
fix: Remove duplicate code for instaling composer dependencies
1 parent afe16b7 commit b8f6b22

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ jobs:
115115
# Step 3: Install PHPUnit and run the actual tests.
116116
# This command is typically defined in your `composer.json` or `package.json`.
117117
# It executes the PHPUnit test suite.
118-
- name: Install PHP dependencies
119-
run: composer install --prefer-dist --no-interaction
120-
121118
- name: Run tests with PHPUnit with coverage report
122119
run: vendor/bin/phpunit --coverage-clover=coverage.xml
123120

0 commit comments

Comments
 (0)