Skip to content

Commit

Permalink
Use composer install for autoreview github action instead of composer…
Browse files Browse the repository at this point in the history
… update
  • Loading branch information
maks-rafalko committed Jan 26, 2021
1 parent b45888d commit 859ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
composer update --no-interaction --prefer-dist --no-progress
composer install --no-interaction --prefer-dist --no-progress
- name: Run tests
run: |
Expand Down

0 comments on commit 859ffa6

Please sign in to comment.