Add Gitea GUI smoke test
Some checks failed
Release Dry Run / release-dry-run (push) Successful in 18s
Build / build (push) Successful in 21s
Codex Template Compliance / template-compliance (push) Successful in 5s
GUI Smoke Test / gui-smoke (push) Failing after 9m27s
Scheduled Security Scan / security-scan (push) Failing after 10s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 11s

This commit is contained in:
ToxicCrzay270
2026-05-19 23:38:14 +02:00
parent 37a0c78337
commit 44839c254a
5 changed files with 94 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ Build and test verification should run on the Gitea runner with:
```text
.gitea/workflows/build.yml
.gitea/workflows/gui-smoke.yml
```
Project build, test, audit, package, installer, dependency setup, and release commands must run on Gitea Ubuntu runners only. Supported labels are `ubuntu-latest`, `ubuntu-24.04`, and `ubuntu-22.04` on `global-runner-1`, `global-runner-2`, and `global-runner-3`.
@@ -67,6 +68,8 @@ dist/
The Gitea build workflow uploads `dist/` as the `league-of-legends-gui-overhaul-dist` workflow artifact.
The Gitea GUI smoke workflow uploads browser evidence as the `gui-smoke-artifacts` workflow artifact.
## Security Rules
- Do not commit secrets, tokens, `.env` files, certificates, or private keys.