Skip to content

Commit 96d92cf

Browse files
committed
Uninstall Guides when running the unit tests
1 parent 9d11fdd commit 96d92cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
run: "composer require doctrine/dbal ^${{ matrix.dbal-version }} --no-update"
8585
if: "${{ matrix.dbal-version != 'default' }}"
8686

87+
- name: 'Uninstall phpDocumentor Guides'
88+
run: composer remove --no-update --dev phpdocumentor/guides-cli
89+
8790
- name: "Install dependencies with Composer"
8891
uses: "ramsey/composer-install@v3"
8992
with:

0 commit comments

Comments
 (0)