Skip to content

Commit a369f87

Browse files
[BUGFIX] Run composer install in CI
1 parent 82415ec commit a369f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cgl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Reset composer.json
3737
run: |
3838
git checkout composer.json
39-
composer update --no-progress
39+
composer install --no-progress
4040
- name: Check for unused dependencies
4141
run: composer-unused
4242

0 commit comments

Comments
 (0)