The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2a0497bd805f6fa7fddf4f2a7dcee35bb78e6c54 / Dheeraj Turaga 
<[email protected]>
Fix airflow-ctl-tests files not triggering pre-commit integration tests (#61023)

* 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.

* Bugra's suggestions

Report URL: https://github.com/apache/airflow/actions/runs/21343984143

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to