Skip to content

Commit 868e7a5

Browse files
author
bryanadamloh97
committed
Modify github actions config
1 parent 8df5548 commit 868e7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
38-
composer update --prefer-dist --no-interaction --no-suggest
38+
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
3939
4040
- name: Execute tests
41-
run: ./vendor/bin/phpunit
41+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)