Skip to content

Commit cf77488

Browse files
committed
Minimize commands
1 parent 29bdd99 commit cf77488

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ jobs:
2727
coverage: none
2828

2929
- name: Install dependencies
30-
run: |
31-
composer require
32-
composer update
33-
34-
- name: List Installed Dependencies
35-
run: composer show -D
30+
run: composer install
3631

3732
- name: Execute tests
3833
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)