Skip to content

Commit

Permalink
Add --no-dev flag to composer install
Browse files Browse the repository at this point in the history
Actions runs should match production
  • Loading branch information
Demoli committed May 26, 2020
1 parent 8291fbd commit 5b17a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: composer validate

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

- name: unit tests
run: |
Expand All @@ -60,4 +60,4 @@ jobs:
run: |
cp -r .github/workflows/config/integration/* dev/tests/integration/
cd dev/tests/integration
../../../vendor/bin/phpunit -c phpunit.xml
../../../vendor/bin/phpunit -c phpunit.xml

0 comments on commit 5b17a98

Please sign in to comment.