Commit Graph

2 Commits

Author SHA1 Message Date
abe68af124 fix(ci): replace actions/checkout with manual git checkout
Some checks failed
Deploy Application / deploy (push) Failing after 8s
Test Runner / test-basic (push) Successful in 7s
Test Runner / test-php (push) Successful in 33s
The Gitea Actions Runner doesn't have Node.js installed, causing
actions/checkout@v3 (a JavaScript action) to fail with
"Cannot find: node in PATH".

Replace with native shell-based git checkout that works without
Node.js and uses Gitea context variables for repository URL.
2025-11-24 21:54:27 +01:00
a0762623bc test: Add test workflow for Gitea Actions Runner
Some checks failed
Test Runner / test-php (push) Failing after 21s
Deploy Application / deploy (push) Failing after 10s
Test Runner / test-basic (push) Failing after 0s
2025-11-24 21:41:02 +01:00