We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fda62 commit 35fc53bCopy full SHA for 35fc53b
.github/workflows/e2e.yml
@@ -141,6 +141,11 @@ jobs:
141
working-directory: ${{ matrix.repo }}
142
run: composer install --no-progress --no-interaction --ignore-platform-reqs ${{ matrix.composerArgs }}
143
144
+ -
145
+ name: Run analyser (--disable-ext-analysis)
146
+ working-directory: ${{ matrix.repo }}
147
+ run: php ../../analyser/bin/composer-dependency-analyser --show-all-usages --disable-ext-analysis ${{ matrix.cdaArgs }}
148
+
149
-
150
name: Run analyser
151
0 commit comments