From e2be6dbf14ddc5f7e316aea3378545286ea6fa23 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 15 Nov 2023 13:50:08 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842e083cf8..1769d57676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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