Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 576 Bytes

File metadata and controls

13 lines (7 loc) · 576 Bytes

Continuous Integration

CI Workflow Files

  • gitlab-ci.yml — Main workflow that runs on each merge request and push to main, back_dev, nginx.

Static Analysis and Testing Tools Used

  • Pytest: Runs automated unit and integration tests to verify code functionality.

Where to See CI Workflow Runs

You can view all CI pipeline runs and logs in the GitLab Pipelines page.