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

@@ -45,7 +45,7 @@ git diff --check
`npm run lint` runs `tsc --noEmit`. `npm run release:check` runs lint, tests, and build.
For build, test, audit, dependency setup, package, installer, and release verification, use the Gitea runner workflow `.gitea/workflows/build.yml`. Do not use this local machine for those heavy project commands.
For build, test, audit, dependency setup, package, installer, and release verification, use Gitea runner workflows such as `.gitea/workflows/build.yml` and `.gitea/workflows/gui-smoke.yml`. Do not use this local machine for those heavy project commands.
Keep `.codex/project.md` and this `AGENTS.md` aligned when commands, artifact paths, or release rules change.