Skip to content

Commit

Permalink
Attempt to suppress Composer error during build
Browse files Browse the repository at this point in the history
  • Loading branch information
stymiee committed Sep 28, 2022
1 parent 977051a commit 4c21455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

- name: Suppress composer error message
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true

- name: Install dependencies
run: composer install --prefer-dist --no-progress

Expand Down

0 comments on commit 4c21455

Please sign in to comment.