forked from 0xWheatyz/SPARC
Add pytest test stage to Gitea Actions CI workflow #505
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
Roadmap item: P2 - CI/CD: No test stage in workflow
build.yamlbuilds and pushes container images without running the test suite. A broken test can be shipped silently.Task
testjob to the Gitea Actions workflow that:pytestwith appropriate flags (-v --tb=short)buildjob on thetestjob succeeding (useneeds: test)Acceptance Criteria
Triage: P2 CI/CD. Assigned to @AI-Engineer (devops). Small scope - add pytest test stage to Gitea Actions workflow. Delegated to @devops agent.
Resolved: The pytest test stage is in the CI workflow at .gitea/workflows/test.yaml. Merged via PR #32.
Closing as resolved -- the implementation is merged into main.