Compare commits
1 Commits
c29ac82a95
...
03f6496d36
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03f6496d36 |
76
.github/workflows/test.yml
vendored
76
.github/workflows/test.yml
vendored
@@ -17,11 +17,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: action-module-install
|
path: action-module-install
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
- name: Clone action-server-install
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.ktrix.dev/Nodarx/action-server-install action-server-install
|
||||||
repository: Nodarx/action-server-install
|
cd action-server-install
|
||||||
path: action-server-install
|
git checkout main
|
||||||
|
|
||||||
- name: Setup server environment
|
- name: Setup server environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install single module
|
- name: Install single module
|
||||||
id: install
|
id: install
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
@@ -113,11 +113,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: action-module-install
|
path: action-module-install
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
- name: Clone action-server-install
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.ktrix.dev/Nodarx/action-server-install action-server-install
|
||||||
repository: Nodarx/action-server-install
|
cd action-server-install
|
||||||
path: action-server-install
|
git checkout main
|
||||||
|
|
||||||
- name: Setup server environment
|
- name: Setup server environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
@@ -175,7 +175,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install modules with dependencies
|
- name: Install modules with dependencies
|
||||||
id: install
|
id: install
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
@@ -233,11 +233,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: action-module-install
|
path: action-module-install
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
- name: Clone action-server-install
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.ktrix.dev/Nodarx/action-server-install action-server-install
|
||||||
repository: Nodarx/action-server-install
|
cd action-server-install
|
||||||
path: action-server-install
|
git checkout main
|
||||||
|
|
||||||
- name: Setup PHP environment
|
- name: Setup PHP environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
@@ -284,7 +284,7 @@ jobs:
|
|||||||
git add . && git commit -m "Initial commit"
|
git add . && git commit -m "Initial commit"
|
||||||
|
|
||||||
- name: Install PHP module
|
- name: Install PHP module
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
@@ -327,11 +327,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: action-module-install
|
path: action-module-install
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
- name: Clone action-server-install
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.ktrix.dev/Nodarx/action-server-install action-server-install
|
||||||
repository: Nodarx/action-server-install
|
cd action-server-install
|
||||||
path: action-server-install
|
git checkout main
|
||||||
|
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
@@ -370,7 +370,7 @@ jobs:
|
|||||||
git add . && git commit -m "Initial commit"
|
git add . && git commit -m "Initial commit"
|
||||||
|
|
||||||
- name: Install Node.js module
|
- name: Install Node.js module
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
@@ -407,11 +407,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: action-module-install
|
path: action-module-install
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
- name: Clone action-server-install
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.ktrix.dev/Nodarx/action-server-install action-server-install
|
||||||
repository: Nodarx/action-server-install
|
cd action-server-install
|
||||||
path: action-server-install
|
git checkout main
|
||||||
|
|
||||||
- name: Setup both PHP and Node.js
|
- name: Setup both PHP and Node.js
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
@@ -453,7 +453,7 @@ jobs:
|
|||||||
git add . && git commit -m "Initial commit"
|
git add . && git commit -m "Initial commit"
|
||||||
|
|
||||||
- name: Install mixed modules
|
- name: Install mixed modules
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
@@ -494,11 +494,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: action-module-install
|
path: action-module-install
|
||||||
|
|
||||||
- name: Checkout action-server-install
|
- name: Clone action-server-install
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.ktrix.dev/Nodarx/action-server-install action-server-install
|
||||||
repository: Nodarx/action-server-install
|
cd action-server-install
|
||||||
path: action-server-install
|
git checkout main
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
uses: ./action-server-install
|
uses: ./action-server-install
|
||||||
@@ -510,7 +510,7 @@ jobs:
|
|||||||
- name: Test invalid JSON
|
- name: Test invalid JSON
|
||||||
id: test-invalid-json
|
id: test-invalid-json
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: 'invalid json string'
|
modules: 'invalid json string'
|
||||||
|
|
||||||
@@ -525,7 +525,7 @@ jobs:
|
|||||||
- name: Test missing dependency
|
- name: Test missing dependency
|
||||||
id: test-missing-dep
|
id: test-missing-dep
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
@@ -568,7 +568,7 @@ jobs:
|
|||||||
- name: Run circular dependency test
|
- name: Run circular dependency test
|
||||||
id: test-circular-run
|
id: test-circular-run
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: ./action-module-install
|
uses: ./
|
||||||
with:
|
with:
|
||||||
modules: |
|
modules: |
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user