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