From 6048c03dfebf958625a9f50c968dc2143ecb62ac Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Fri, 24 Jul 2026 00:46:21 -0400 Subject: [PATCH] fix: checkout companion module in CI for cross-module type imports Signed-off-by: Sebastian Krupinski --- .github/workflows/build-test.yml | 8 ++++++++ .github/workflows/js-unit-tests.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4a03837..c9c49eb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -25,6 +25,14 @@ jobs: node-version: '24' server-path: './server' + - name: Install Mail Manager + uses: actions/checkout@v6.0.2 + with: + repository: Nodarx/mail_manager + ref: main + path: server/modules/mail_manager + github-server-url: https://git.ktrix.dev + - name: Checkout Pull Request uses: actions/checkout@v6.0.2 with: diff --git a/.github/workflows/js-unit-tests.yml b/.github/workflows/js-unit-tests.yml index 8c0ea9f..e7b2aec 100644 --- a/.github/workflows/js-unit-tests.yml +++ b/.github/workflows/js-unit-tests.yml @@ -25,6 +25,14 @@ jobs: node-version: '24' server-path: './server' + - name: Install Mail Manager + uses: actions/checkout@v6.0.2 + with: + repository: Nodarx/mail_manager + ref: main + path: server/modules/mail_manager + github-server-url: https://git.ktrix.dev + - name: Checkout Pull Request uses: actions/checkout@v6.0.2 with: