From b74ee9df77873e5b3d1ce6f0415e1ebf4e6e3bca Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Wed, 7 Jan 2026 09:03:18 +0000 Subject: [PATCH] Fix to pulling submodules --- .github/workflows/harness-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/harness-ci.yml b/.github/workflows/harness-ci.yml index 085c112..762852f 100644 --- a/.github/workflows/harness-ci.yml +++ b/.github/workflows/harness-ci.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive - name: Setup Node.js uses: actions/setup-node@v4