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:
Daniel Lockyer 2023-11-15 13:50:08 +01:00 committed by Daniel Lockyer
parent 9d2d1998d1
commit e2be6dbf14

View File

@ -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