fix: checkout companion module in CI for cross-module type imports #37

Merged
Sebastian merged 2 commits from chore/js-test-suites into main 2026-07-24 05:04:13 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 48c5e604ae - Show all commits
+8
View File
@@ -25,6 +25,14 @@ jobs:
node-version: '24' node-version: '24'
server-path: './server' 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 - name: Checkout Pull Request
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.2
with: with:
+8
View File
@@ -25,6 +25,14 @@ jobs:
node-version: '24' node-version: '24'
server-path: './server' 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 - name: Checkout Pull Request
uses: actions/checkout@v6.0.2 uses: actions/checkout@v6.0.2
with: with: