Skip to content

Commit

Permalink
e2e: run both ext & no-ext analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Oct 17, 2024
1 parent 08fda62 commit 5938b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
analyse-ext: [ 'no-ext', '' ]
include:
-
repo: TomasVotruba/unused-public
Expand Down Expand Up @@ -144,4 +145,4 @@ jobs:
-
name: Run analyser
working-directory: ${{ matrix.repo }}
run: php ../../analyser/bin/composer-dependency-analyser --show-all-usages ${{ matrix.cdaArgs }}
run: php ../../analyser/bin/composer-dependency-analyser --show-all-usages ${{ matrix.analyse-ext == 'no-ext' && '--disable-ext-analysis' || '' }} ${{ matrix.cdaArgs }}

0 comments on commit 5938b50

Please sign in to comment.