fix: checkout companion module in CI for cross-module type imports
Build Test / test (pull_request) Failing after 36s
JS Unit Tests / test (pull_request) Failing after 39s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-24 00:46:22 -04:00
parent be8857cccb
commit 48c5e604ae
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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: