The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 6025504651ce6f6ac9883b0241f2c95dd877e49f / Jarek Potiuk <[email protected]> Move OpenAPI generation and ui compilation pre-commits to CI section The open-api generation (for now at least) uses the CI image to run, so it should be after "mypy" checks in order to be skippable autonatically for very simple changes (for example when README only changes - there we run only checks that do not need CI image, and the CI-image bound ones are automatically skipped). The #47408 moved the generate fastapi spec before the compiling (which made sense) but also removed the fastapi generation from the "CI" section of pre-commit. This PR moves both tests to the CI section - which is not a problem because if UI compilation is needed that always triggers full CI static checks. Report URL: https://github.com/apache/airflow/actions/runs/13704592532 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
