Skip to content

Commit

Permalink
Fixes composer to discard changes when building the phar. (#127)
Browse files Browse the repository at this point in the history
* Fixes composer to discard changes when building the phar.
  • Loading branch information
typhonius authored Oct 15, 2020
1 parent 760469d commit faef43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
run: composer remove pcov/clobber

- name: Install Phar tools and build deployment artefact.
env:
COMPOSER_DISCARD_CHANGES: true
run: |
composer phar:install-tools
composer install --prefer-dist --no-dev --no-interaction
Expand Down

0 comments on commit faef43c

Please sign in to comment.