fix: checkout companion module in CI for cross-module type imports
JS Unit Tests / test (pull_request) Successful in 56s
Build Test / test (pull_request) Successful in 58s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m38s
PHP Unit Tests / test (pull_request) Successful in 1m54s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-24 00:46:23 -04:00
parent eab93d7d2d
commit 73d068a70e
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 Mail Manager
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/mail_manager
ref: main
path: server/modules/mail_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 Mail Manager
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/mail_manager
ref: main
path: server/modules/mail_manager
github-server-url: https://git.ktrix.dev
- name: Checkout Pull Request
uses: actions/checkout@v6.0.2
with: