Skip to content

Commit

Permalink
gha: get rid of composer warning when using install without lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Dec 1, 2020
1 parent f16959d commit 2559fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
composer remove --dev --no-update doctrine/coding-standard
- name: Install Dependencies
run: composer install ${DEPENDENCIES}
run: composer update ${DEPENDENCIES}

- name: Run unit tests
run: |
Expand Down

0 comments on commit 2559fc0

Please sign in to comment.