Skip to content

Commit 5938b50

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10+
analyse-ext: [ 'no-ext', '' ]
1011
include:
1112
-
1213
repo: TomasVotruba/unused-public
@@ -144,4 +145,4 @@ jobs:
144145
-
145146
name: Run analyser
146147
working-directory: ${{ matrix.repo }}
147-
run: php ../../analyser/bin/composer-dependency-analyser --show-all-usages ${{ matrix.cdaArgs }}
148+
run: php ../../analyser/bin/composer-dependency-analyser --show-all-usages ${{ matrix.analyse-ext == 'no-ext' && '--disable-ext-analysis' || '' }} ${{ matrix.cdaArgs }}

0 commit comments

Comments
 (0)