Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsouzaf committed Jan 15, 2024
1 parent a66af3f commit 2faabf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Composer Install
run: composer install

- name: Allow Composer Plugins
run: |
composer global config --no-plugins allow-plugins.ergebnis/composer-normalize true
composer global config --no-plugins allow-plugins.bamarni/composer-bin-plugin true
- name: Composer Plugins
run: composer global require ergebnis/composer-normalize bamarni/composer-bin-plugin php-coveralls/php-coveralls --no-interaction --prefer-dist --no-progress --no-suggest --no-suggest

Expand Down

0 comments on commit 2faabf5

Please sign in to comment.