fix: checkout companion module in CI for cross-module type imports
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -25,6 +25,14 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
|
- name: Install Documents Manager
|
||||||
|
uses: actions/checkout@v6.0.2
|
||||||
|
with:
|
||||||
|
repository: Nodarx/documents_manager
|
||||||
|
ref: main
|
||||||
|
path: server/modules/documents_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:
|
||||||
|
|||||||
@@ -25,6 +25,14 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
|
- name: Install Documents Manager
|
||||||
|
uses: actions/checkout@v6.0.2
|
||||||
|
with:
|
||||||
|
repository: Nodarx/documents_manager
|
||||||
|
ref: main
|
||||||
|
path: server/modules/documents_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:
|
||||||
|
|||||||
Reference in New Issue
Block a user