Add Gitea CI workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user