PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

ci: try adding pytest matrix summary step

Open aaronsteers opened this issue 7 months ago • 1 comments

This PR allows us to set a single check as "Required" in GitHub actions. Whereas currently, we have to depend on each check in the pytest matrix, this update gives a "Matrix Summary Check" we can wait for and mark "Required".

image

Summary by CodeRabbit

  • Chores
    • Renamed the test job for improved clarity in the workflow.
    • Added a summary job that reports overall test success across all environments with a clear success message.

aaronsteers avatar Apr 16 '25 19:04 aaronsteers