We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fda62 commit 5938b50Copy full SHA for 5938b50
.github/workflows/e2e.yml
@@ -7,6 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
+ analyse-ext: [ 'no-ext', '' ]
11
include:
12
-
13
repo: TomasVotruba/unused-public
@@ -144,4 +145,4 @@ jobs:
144
145
146
name: Run analyser
147
working-directory: ${{ matrix.repo }}
- 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