File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11---
22name : CI-MATs
3- # Continuous Integration workflow for Minimal Acceptance Tests.
3+ # Continuous Integration workflow for Minimal Acceptance Tests (MATs) .
44#
5- # Jobs included:
6- # - MATS: Runs Machine Acceptance Tests
5+ # This workflow runs after successful completion of CI-BUILD to ensure
6+ # that the codebase meets minimal acceptance criteria.
77#
8- # Required Secrets:
9- # NONE
8+ # Jobs:
9+ # - check_build: Verifies CI-BUILD success and sets up environment
10+ # - MATS: Runs Machine Acceptance Tests across Python versions
11+ # - MATS_STATUS: Reports final test status
12+ #
13+ # Triggers:
14+ # - Automatically on CI-BUILD workflow completion
15+ #
16+ # Required Secrets: None
17+ #
18+ # Dependencies:
19+ # - Requires successful completion of CI-BUILD workflow
1020
1121on : # yamllint disable-line rule:truthy
1222 workflow_run :
You can’t perform that action at this time.
0 commit comments