Compare commits

..

1 Commits

Author SHA1 Message Date
1668116eec chore: update name
All checks were successful
Test Action / Test Node (pull_request) Successful in 16s
Test Action / Test Without Dependencies (pull_request) Successful in 11s
Test Action / Test Custom Server Path (pull_request) Successful in 24s
Test Action / Test Build Command (pull_request) Successful in 27s
Test Action / Test nginx (pull_request) Successful in 38s
Test Action / Test PHP (pull_request) Successful in 1m0s
Test Action / Test All Components (pull_request) Successful in 1m28s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-14 17:06:12 -05:00

View File

@@ -187,6 +187,5 @@ jobs:
- name: Verify build
run: |
test -f ./test-server/build.log || exit 1
grep -q "Build complete" ./test-server/build.log || exit 1
echo "✓ Build command executed successfully"
cd ./test-server
npm run dev