forked from 0xWheatyz/SPARC
CI: add pytest test job to Gitea Actions workflow that gates the image build #284
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?
Problem
build.yaml in Gitea Actions builds and pushes Docker images but never runs pytest. Broken code can be built and pushed without any test signal, making it possible to deploy regressions.
Acceptance Criteria
References
Roadmap: P2 CI/CD -- No test stage in the Gitea Actions workflow.