Skip to content

Commit 35fc53b

Browse files
committed
e2e: run both ext & no-ext analysis
1 parent 08fda62 commit 35fc53b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e.yml

+5
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ jobs:
141141
working-directory: ${{ matrix.repo }}
142142
run: composer install --no-progress --no-interaction --ignore-platform-reqs ${{ matrix.composerArgs }}
143143

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+
144149
-
145150
name: Run analyser
146151
working-directory: ${{ matrix.repo }}

0 commit comments

Comments
 (0)