From a78dea7d8e5b129e8fd076ed91c0c997ef7e8ad8 Mon Sep 17 00:00:00 2001 From: Mega Mind <146339422+M3gA-Mind@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:21:52 +0530 Subject: [PATCH] ci: check out tinychannels submodule for Frontend Unit Tests lane (#4579) --- .github/workflows/test-reusable.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-reusable.yml b/.github/workflows/test-reusable.yml index 9fe05af1e..a29906d34 100644 --- a/.github/workflows/test-reusable.yml +++ b/.github/workflows/test-reusable.yml @@ -82,6 +82,13 @@ jobs: with: ref: ${{ inputs.ref }} fetch-depth: 1 + # The RPC-catalog drift-guard test (rpcMethods.test.ts) reads + # vendor/tinychannels/src/controllers/schemas.rs at test time. This lane + # otherwise checks out without submodules, so init just that one — not + # `submodules: recursive`, which would also pull the large tauri-cef fork + # this job never builds. + - name: Init tinychannels submodule (drift-guard test reads its schemas) + run: git submodule update --init vendor/tinychannels - name: Cache pnpm store uses: actions/cache@v5 with: