We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fe215 commit 5fc5f19Copy full SHA for 5fc5f19
1 file changed
.github/workflows/tests-mongodb.yml
@@ -29,6 +29,9 @@ jobs:
29
run: |
30
composer install --prefer-dist --no-progress
31
32
+ - name: Install extensions
33
+ run: ./install-extensions.sh
34
+
35
- name: Run PHPUnit tests
36
run: composer test
37
0 commit comments