mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03: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:
parent
8db835a057
commit
249c4a3e83
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user