Enabled cloning of submodules in migrations test

- we start Ghost in this test but Ghost will check Casper, which isn't
  cloned without this commit
This commit is contained in:
Daniel Lockyer 2020-11-17 09:16:03 +00:00
parent 8db835a057
commit 249c4a3e83
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ jobs:
name: Migrations - ${{ matrix.DB }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '12.10.0'