Skip to content

Commit

Permalink
[UPDATE] Add config step for composer in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelselbach committed Sep 12, 2023
1 parent eb8e5c8 commit 1bfa8b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/StaticAnalysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none

- name: Allow composer plugin typo3/cms-composer-installers
run: composer config --no-plugins allow-plugins.typo3/cms-composer-installers true

- run: composer install --no-progress
- run: composer analyse

Expand Down

0 comments on commit 1bfa8b3

Please sign in to comment.