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 35fc53b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ jobs:
working-directory: ${{ matrix.repo }}
run: composer install --no-progress --no-interaction --ignore-platform-reqs ${{ matrix.composerArgs }}

-
name: Run analyser (--disable-ext-analysis)
working-directory: ${{ matrix.repo }}
run: php ../../analyser/bin/composer-dependency-analyser --show-all-usages --disable-ext-analysis ${{ matrix.cdaArgs }}

-
name: Run analyser
working-directory: ${{ matrix.repo }}
Expand Down

0 comments on commit 35fc53b

Please sign in to comment.