Add Gitea CI workflow
CI / Frontend build (push) Successful in 13s
CI / Script syntax (push) Successful in 3s
CI / Backend tests (push) Failing after 17s

This commit is contained in:
Codex
2026-07-15 01:10:59 +02:00
parent ca0269a146
commit f5997b47d9
3 changed files with 103 additions and 0 deletions
+8
View File
@@ -159,6 +159,14 @@ journalctl -u pve-cloud-backup-web.service -u pve-cloud-backup-worker.service --
## Validation commands
CI workflow:
```text
.gitea/workflows/ci.yml
```
The workflow is for Gitea Actions and runs backend tests, frontend build, and shell script syntax checks. It uses setup-action package caching for pip and npm, keyed from `backend/requirements.txt` and `frontend/package-lock.json`.
Backend tests:
```bash