PyAirbyte
PyAirbyte copied to clipboard
ci: try adding pytest matrix summary step
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".
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.