forked from 0xWheatyz/SPARC
Add pytest test job to Gitea Actions CI workflow #1389
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?
Background
Roadmap item: P2 CI/CD -- No test stage in the Gitea Actions workflow
build.yaml builds and pushes Docker images but never runs the test suite. A broken test suite would not block a broken image from being pushed.
Task
Acceptance Criteria
Reference
See ROADMAP.md section P2 CI/CD.
Resolved by PR #32 (merged). A pytest test job is included in the CI workflow.