Compare commits

..

3 Commits

Author SHA1 Message Date
Sebastian e5446e27d2 Merge pull request 'chore: update checkout action' (#5) from chore/update-checkout-action into main
Test Action / Test Base Modules Requires PHP (push) Successful in 12s
Test Action / Test nginx (push) Successful in 35s
Test Action / Test Custom Server Path (push) Successful in 48s
Test Action / Test Node (push) Successful in 50s
Test Action / Test Build Command (push) Successful in 39s
Test Action / Test Database Configuration (push) Successful in 1m18s
Test Action / Test PHP (push) Successful in 1m25s
Test Action / Test Base Modules Installation (push) Successful in 1m37s
Test Action / Test All Components (push) Successful in 1m57s
Reviewed-on: #5
2026-07-23 20:08:25 +00:00
Sebastian e8a0436b1f chore: update checkout action
Test Action / Test Base Modules Requires PHP (pull_request) Successful in 19s
Test Action / Test nginx (pull_request) Successful in 46s
Test Action / Test Node (pull_request) Failing after 51s
Test Action / Test Custom Server Path (pull_request) Failing after 54s
Test Action / Test Build Command (pull_request) Successful in 50s
Test Action / Test PHP (pull_request) Successful in 1m30s
Test Action / Test Database Configuration (pull_request) Successful in 1m48s
Test Action / Test All Components (pull_request) Successful in 1m50s
Test Action / Test Base Modules Installation (pull_request) Successful in 59s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-23 16:05:04 -04:00
Sebastian 6e8b903195 Merge pull request 'fix: test hang' (#4) from fIX/test-hang into main
Test Action / Test Base Modules Requires PHP (push) Successful in 10s
Test Action / Test nginx (push) Successful in 49s
Test Action / Test Custom Server Path (push) Successful in 1m1s
Test Action / Test Build Command (push) Successful in 52s
Test Action / Test Node (push) Successful in 1m3s
Test Action / Test PHP (push) Successful in 1m45s
Test Action / Test Base Modules Installation (push) Successful in 2m17s
Test Action / Test All Components (push) Successful in 2m31s
Test Action / Test Database Configuration (push) Successful in 2m32s
Reviewed-on: #4
2026-07-23 12:21:10 +00:00
+2 -2
View File
@@ -140,7 +140,7 @@ runs:
- name: Checkout server repository (public/no token)
if: inputs.checkout-token == ''
uses: actions/checkout@v4
uses: actions/checkout@v6.0.2
with:
repository: ${{ inputs.server-repository }}
ref: ${{ inputs.server-ref }}
@@ -152,7 +152,7 @@ runs:
- name: Checkout server repository (with token)
if: inputs.checkout-token != ''
uses: actions/checkout@v4
uses: actions/checkout@v6.0.2
with:
repository: ${{ inputs.server-repository }}
ref: ${{ inputs.server-ref }}