The GitHub Actions job "Tests" on airflow.git/bugfix/airflowctl-prek-checks has succeeded. Run started by GitHub user dheerajturaga (triggered by dheerajturaga).
Head commit for run: 675ba6fb231e56a48a8bd00dff193ae6e0450c2a / Dheeraj Turaga <[email protected]> Fix airflow-ctl-tests files not triggering pre-commit integration tests The check-airflowctl-command-coverage pre-commit hook was not being triggered when files in the airflow-ctl-tests/ directory were modified. This meant that changes to integration tests could be committed without verifying that all airflowctl CLI commands had test coverage. Root cause: The hook was only defined in airflow-ctl/.pre-commit-config.yaml with file patterns attempting to match ../airflow-ctl-tests/ paths. However, prek subproject configs cannot reference files in sibling directories using relative paths - they can only match files within their own directory tree. Report URL: https://github.com/apache/airflow/actions/runs/21326210598 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
