Skip to content

Commit a44369d

Browse files
authored
ci(tests): it's composer update
1 parent ee7c81b commit a44369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
timeout_minutes: 5
4848
max_attempts: 5
49-
command: composer install --${{ matrix.stability }} --no-interaction --no-progress
49+
command: composer update --${{ matrix.stability }} --no-interaction --no-progress
5050

5151
- name: Generate app key
5252
run: php artisan key:generate

0 commit comments

Comments
 (0)