Compare commits

..

1 Commits

Author SHA1 Message Date
Sebastian Krupinski
97fd3bb653 chore: initial workflow implementation
Some checks failed
Test Module Installation Action / Node.js Module with NPM (pull_request) Successful in 25s
Test Module Installation Action / Single Module (No Dependencies) (pull_request) Successful in 1m25s
Test Module Installation Action / PHP Module with Composer (pull_request) Successful in 1m25s
Test Module Installation Action / Mixed PHP and Node Modules (pull_request) Successful in 1m23s
Test Module Installation Action / Error Handling (pull_request) Successful in 1m21s
Test Module Installation Action / Test Summary (pull_request) Failing after 3s
Signed-off-by: Sebastian Krupinski <root@LAPTOP-7DVOR6NC>
2026-02-15 17:13:38 -05:00

View File

@@ -116,7 +116,7 @@ jobs:
with:
path: action-module-install
- name: Clone action-server-install
- name: Checkout action-server-install
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/action-server-install
@@ -212,7 +212,7 @@ jobs:
with:
path: action-module-install
- name: Clone action-server-install
- name: Checkout action-server-install
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/action-server-install
@@ -295,7 +295,7 @@ jobs:
with:
path: action-module-install
- name: Clone action-server-install
- name: Checkout action-server-install
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/action-server-install
@@ -385,7 +385,7 @@ jobs:
with:
path: action-module-install
- name: Clone action-server-install
- name: Checkout action-server-install
uses: actions/checkout@v6.0.2
with:
repository: Nodarx/action-server-install