Skip to content

Commit b1c1e2d

Browse files
authored
Update githook.yml
1 parent f370fbd commit b1c1e2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/githook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Validate composer.json and composer.lock
3636
run: composer validate --strict
3737

38+
- name: Install dependencies
39+
run: composer install --prefer-dist --no-progress
40+
3841
- name: Run tests
3942
env:
4043
DB_CONNECTION: sqlite

0 commit comments

Comments
 (0)