0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

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

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'