The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 8f452822b556a1ff79d7d92d285596b89d0b789d / Jarek Potiuk <[email protected]> Add support for marking tests as DB tests This PR marks DB tests as such and allows to split execution of the tests in CI to run the DB tests with the various database while the non-db tests - without the DB in a separate run. In order to do that, the code to select which tests to run has been moved from `entrypoint_ci.sh` bash to breeze's Python code, which is generally much nicer to maintain and common for both "DB" and "non-DB" tests. Also it got a test coverage - which is extremely important to make sure that we are covering all tests. Report URL: https://github.com/apache/airflow/actions/runs/6644937486 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
