Compare commits
1 Commits
a78d57a34f
...
5ce96d4b2a
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ce96d4b2a |
23
.github/workflows/build-test.yml
vendored
23
.github/workflows/build-test.yml
vendored
@@ -9,12 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout action-module-install
|
- name: Retrieve Server Install Action
|
||||||
uses: actions/checkout@v6.0.2
|
|
||||||
with:
|
|
||||||
path: action-module-install
|
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: Nodarx/action-server-install
|
repository: Nodarx/action-server-install
|
||||||
@@ -22,7 +17,7 @@ jobs:
|
|||||||
path: action-server-install
|
path: action-server-install
|
||||||
github-server-url: https://git.ktrix.dev
|
github-server-url: https://git.ktrix.dev
|
||||||
|
|
||||||
- name: Setup server environment
|
- name: Install Server Environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
with:
|
with:
|
||||||
install-php: 'false'
|
install-php: 'false'
|
||||||
@@ -31,7 +26,7 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
- name: Checkout mail manager module
|
- name: Install Mail Manager Module
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: Nodarx/mail_manager
|
repository: Nodarx/mail_manager
|
||||||
@@ -39,10 +34,18 @@ jobs:
|
|||||||
path: server/modules/mail_manager
|
path: server/modules/mail_manager
|
||||||
github-server-url: https://git.ktrix.dev
|
github-server-url: https://git.ktrix.dev
|
||||||
|
|
||||||
|
- name: Checkout PR Module
|
||||||
|
uses: actions/checkout@v6.0.2
|
||||||
|
with:
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
path: server/modules/provider_jmapc
|
||||||
|
github-server-url: https://git.ktrix.dev
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
working-directory: action-module-install
|
working-directory: server/modules/provider_jmapc
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
working-directory: action-module-install
|
working-directory: server/modules/provider_jmapc
|
||||||
|
|||||||
Reference in New Issue
Block a user