You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: recommend computing splits once for consistent re-runs (#3)
Update Quick Start to show the recommended pattern of computing splits
in a dedicated job and passing to test jobs via outputs.
This ensures that re-running a failed job runs the same tests, since
GitHub Actions preserves workflow outputs on re-runs.
0 commit comments