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
Describe the bug
We have just started to use Github Actions CI for our iOS app and everything works great until our unit tests start to break or build fails for some reason. During the build we got over 20 000 logs and if something fails there are no possibility to search for the cause because older logs are placed at the top. Downloading raw logs is pain and would be nice to show recent logs at the top by default or just start scrolling from the bottom.
To Reproduce
Steps to reproduce the behavior:
Run anything and extract the logs. Older ones are always at the top
Expected behavior
Most recent logs are displayed at the top, basically reverse order
Runner Version and Platform
macos-14
The text was updated successfully, but these errors were encountered:
Describe the bug We have just started to use Github Actions CI for our iOS app and everything works great until our unit tests start to break or build fails for some reason. During the build we got over 20 000 logs and if something fails there are no possibility to search for the cause because older logs are placed at the top. Downloading raw logs is pain and would be nice to show recent logs at the top by default or just start scrolling from the bottom.
To Reproduce Steps to reproduce the behavior: Run anything and extract the logs. Older ones are always at the top
Expected behavior Most recent logs are displayed at the top, basically reverse order
Runner Version and Platform
macos-14
Later when I managed to reduce the log count to around 10 000 I noticed there is an automatic scroll to the end
Describe the bug
We have just started to use Github Actions CI for our iOS app and everything works great until our unit tests start to break or build fails for some reason. During the build we got over 20 000 logs and if something fails there are no possibility to search for the cause because older logs are placed at the top. Downloading raw logs is pain and would be nice to show recent logs at the top by default or just start scrolling from the bottom.
To Reproduce
Steps to reproduce the behavior:
Run anything and extract the logs. Older ones are always at the top
Expected behavior
Most recent logs are displayed at the top, basically reverse order
Runner Version and Platform
macos-14
The text was updated successfully, but these errors were encountered: