Skip to content

Commit

Permalink
Update githook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
digitlimit authored Nov 8, 2024
1 parent f370fbd commit b1c1e2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/githook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run tests
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit b1c1e2d

Please sign in to comment.