From 48c5e604ae748222bbe16b41300a0d3109767475 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Fri, 24 Jul 2026 00:46:22 -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 100be7b..4004a84 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 People Manager + uses: actions/checkout@v6.0.2 + with: + repository: Nodarx/people_manager + ref: main + path: server/modules/people_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 994f5fa..d435dab 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 People Manager + uses: actions/checkout@v6.0.2 + with: + repository: Nodarx/people_manager + ref: main + path: server/modules/people_manager + github-server-url: https://git.ktrix.dev + - name: Checkout Pull Request uses: actions/checkout@v6.0.2 with: