cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
541 stars 69 forks source link

Split CI jobs into separate workflows #38

Closed NickEntin closed 3 years ago

NickEntin commented 3 years ago

Since GitHub Actions doesn't allow for restarting a single job, this breaks our large CI workflow into separate workflows for each of the job types. This makes it easier to debug flaky builds without having to restart as many jobs.

NickEntin commented 3 years ago

This is helpful, but it might have some odd implications (like how we report the status on the README). Declining for now.