actions: clone submodules in PHPUnit job

This commit is contained in:
Dylan K. Taylor 2021-03-31 21:54:27 +01:00
parent cd71fec53d
commit 4eaa600f35
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -91,6 +91,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Restore PHP build cache
id: php-build-cache