Compare commits
1 Commits
5ce96d4b2a
...
a78d57a34f
| Author | SHA1 | Date | |
|---|---|---|---|
| a78d57a34f |
23
.github/workflows/build-test.yml
vendored
23
.github/workflows/build-test.yml
vendored
@@ -9,7 +9,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve Server Install Action
|
- name: Checkout action-module-install
|
||||||
|
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
|
||||||
@@ -17,7 +22,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: Install Server Environment
|
- name: Setup server environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
with:
|
with:
|
||||||
install-php: 'false'
|
install-php: 'false'
|
||||||
@@ -26,7 +31,7 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
- name: Install Mail Manager Module
|
- name: Checkout 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
|
||||||
@@ -34,18 +39,10 @@ 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: server/modules/provider_jmapc
|
working-directory: action-module-install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
working-directory: server/modules/provider_jmapc
|
working-directory: action-module-install
|
||||||
|
|||||||
Reference in New Issue
Block a user