forked from 0xWheatyz/SPARC
Add pytest test job to Gitea Actions CI workflow #129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The current build.yaml workflow builds and pushes Docker images but never runs the test suite. Broken code can be shipped without any test gate.
Work
Acceptance Criteria
References
Roadmap: P2 -- CI/CD -- No test stage in the Gitea Actions workflow.
This issue has already been resolved. The CI workflow (
.gitea/workflows/test.yml) includes a pytest test job that runspython3 -m pytest tests/ -v --tb=short -xwith proper env vars.Resolved by PR #32 ("ci: add pytest and ruff linting to CI workflow"). Closing.