Compare commits
1 Commits
3374d3a287
...
a75d676fa1
| Author | SHA1 | Date | |
|---|---|---|---|
| a75d676fa1 |
9
.github/workflows/build-test.yml
vendored
9
.github/workflows/build-test.yml
vendored
@@ -4,7 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test-single-module:
|
||||||
|
name: Single Module (No Dependencies)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -16,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: Install Server
|
- name: Install Server Environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
with:
|
with:
|
||||||
install-php: 'false'
|
install-php: 'false'
|
||||||
@@ -25,7 +26,7 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
- name: Install Mail Manager
|
- 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
|
||||||
@@ -33,7 +34,7 @@ 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 Pull Request
|
- name: Checkout PR Module
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|||||||
7
.github/workflows/js-unit-tests.yml
vendored
7
.github/workflows/js-unit-tests.yml
vendored
@@ -6,7 +6,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve Server Install Action
|
- name: Retrieve Server Install Action
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
@@ -16,7 +15,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
|
- name: Install Server Environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
with:
|
with:
|
||||||
install-php: 'false'
|
install-php: 'false'
|
||||||
@@ -25,7 +24,7 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
- name: Install Mail Manager
|
- 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
|
||||||
@@ -33,7 +32,7 @@ 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 Pull Request
|
- name: Checkout PR Module
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|||||||
7
.github/workflows/php-unit-tests.yml
vendored
7
.github/workflows/php-unit-tests.yml
vendored
@@ -6,7 +6,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve Server Install Action
|
- name: Retrieve Server Install Action
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
@@ -16,7 +15,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
|
- name: Install Server Environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
with:
|
with:
|
||||||
install-php: 'true'
|
install-php: 'true'
|
||||||
@@ -25,7 +24,7 @@ jobs:
|
|||||||
node-version: '24'
|
node-version: '24'
|
||||||
server-path: './server'
|
server-path: './server'
|
||||||
|
|
||||||
- name: Install Mail Manager
|
- 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
|
||||||
@@ -33,7 +32,7 @@ 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 Pull Request
|
- name: Checkout PR Module
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user