Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflow): add pytest step after API readiness check
- Added a step in workflow to run tests using `pytest` after ensuring the backend service is ready. - Tests are executed inside the running Docker container using `docker exec` to maintain consistency with the containerized environment.
- Loading branch information