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
To help diagnose test failures it would be handy to be able to archive test artifacts such as all the *.log files that the Swift extension produces. https://github.com/actions/upload-artifact works well and is MIT. It would be nice to put this in the common test workflow as a step after the test step, and have a variable that allows downstream jobs to configure the glob patterns to archive.