Skip to content

Commit 5fc5f19

Browse files
committed
Install extensions
1 parent c2fe215 commit 5fc5f19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
run: |
3030
composer install --prefer-dist --no-progress
3131
32+
- name: Install extensions
33+
run: ./install-extensions.sh
34+
3235
- name: Run PHPUnit tests
3336
run: composer test
3437

0 commit comments

Comments
 (0)