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
The test jobs used actions/cache/restore with fail-on-cache-miss,
which aborted when the cache key was scoped to another PR or had
been evicted, even though the build job reported success.
Upload the build output as a workflow artifact and download it in
the test job. Artifacts are scoped to the workflow run, so the
test job always gets the data. The cache is kept as a speed
optimization; on miss the build job rebuilds from scratch.
0 commit comments