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
chore: Fix conflict when uploading test results in CI (#4123)
When verify tests fail on multiple runners in CI, they all try to upload the test results using the same artifact ID, which leads to an error in CI (hiding the actual reason the job failed for any but the first failure encountered).
0 commit comments