Skip to content

Commit c376568

Browse files
authored
Use Composer install to fix CI
1 parent e64321c commit c376568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Symfony Sample
6969
run: |
7070
composer remove codeception/module-symfony --dev --no-update
71-
composer update --no-progress
71+
composer install --no-progress
7272
working-directory: framework-tests
7373

7474
- name: Prepare the test environment

0 commit comments

Comments
 (0)