From 19aed9611f4c527d57a6ce4d8c634525df45ceb4 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:12:08 +0900 Subject: [PATCH] fix(ci): pull submodule when checkout --- .github/workflows/test-federation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-federation.yml b/.github/workflows/test-federation.yml index c71a2e9c99..6bba02d007 100644 --- a/.github/workflows/test-federation.yml +++ b/.github/workflows/test-federation.yml @@ -23,6 +23,8 @@ jobs: node-version: [20.16.0] steps: - uses: actions/checkout@v4 + with: + submodules: true - name: Install pnpm uses: pnpm/action-setup@v4 - name: Install FFmpeg