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

Head commit for run:
97c3547fee0fefbea7f4645fa4af5fb5835e26c9 / Jarek Potiuk <[email protected]>
Add better diagnostics when tests fail

The "post_test" action had not worked as intended when there was
a test failure and did not upload dump of the container logs. It turned
out that the "if" conditions in the sub-action do not propagate from the
parent action, so "failure()" condition was never met.

This PR spplits post-test actions to "success" and "failure" ones, and
triggers each action respectively when the tests succeed or fail.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to