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
|
||||
|
||||
steps:
|
||||
- name: Checkout action-module-install
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
path: action-module-install
|
||||
|
||||
- name: Checkout action-server-install
|
||||
- name: Retrieve Server Install Action
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
repository: Nodarx/action-server-install
|
||||
@@ -22,7 +17,7 @@ jobs:
|
||||
path: action-server-install
|
||||
github-server-url: https://git.ktrix.dev
|
||||
|
||||
- name: Setup server environment
|
||||
- name: Install Server Environment
|
||||
uses: ./action-server-install
|
||||
with:
|
||||
install-php: 'false'
|
||||
@@ -31,7 +26,7 @@ jobs:
|
||||
node-version: '24'
|
||||
server-path: './server'
|
||||
|
||||
- name: Checkout mail manager module
|
||||
- name: Install Mail Manager Module
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
repository: Nodarx/mail_manager
|
||||
@@ -39,10 +34,18 @@ jobs:
|
||||
path: server/modules/mail_manager
|
||||
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
|
||||
run: npm ci
|
||||
working-directory: action-module-install
|
||||
working-directory: server/modules/provider_jmapc
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
working-directory: action-module-install
|
||||
working-directory: server/modules/provider_jmapc
|
||||
|
||||
Reference in New Issue
Block a user