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

Merged
Sebastian merged 2 commits from chore/js-test-suites into main 2026-07-24 05:03:16 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 2d21833833 - Show all commits
+8
View File
@@ -25,6 +25,14 @@ jobs:
node-version: '24'
server-path: './server'
- name: Install Chrono Manager
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/chrono_manager
ref: main
path: server/modules/chrono_manager
github-server-url: https://git.ktrix.dev
- name: Checkout Pull Request
uses: actions/checkout@v6.0.2
with:
+8
View File
@@ -25,6 +25,14 @@ jobs:
node-version: '24'
server-path: './server'
- name: Install Chrono Manager
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/chrono_manager
ref: main
path: server/modules/chrono_manager
github-server-url: https://git.ktrix.dev
- name: Checkout Pull Request
uses: actions/checkout@v6.0.2
with: