mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +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 }}
|
name: Migrations - ${{ matrix.DB }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
submodules: true
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.10.0'
|
node-version: '12.10.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user