Configured submodules to clone in performance tests
refs https://github.com/TryGhost/DevOps/issues/105 - we should include submodules in the checkout so the Ghost boot is representative of booting Ghost with a theme
This commit is contained in:
parent
9d2d1998d1
commit
e2be6dbf14
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -371,6 +371,8 @@ jobs:
|
||||
name: Performance tests
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- uses: actions/setup-node@v4
|
||||
env:
|
||||
FORCE_COLOR: 0
|
||||
|
Loading…
Reference in New Issue
Block a user