TimeLineAnnotator / desktop

A GUI for graphical analysis and annotation of video and audio files.
https://tilia-app.com
Creative Commons Attribution Share Alike 4.0 International
8 stars 2 forks source link

Automate testing via GitHub Actions #76

Closed FelipeDefensor closed 4 months ago

FelipeDefensor commented 1 year ago

I'm using this mCoding guide as reference: https://www.youtube.com/watch?v=DhUpxWjOhME

FelipeDefensor commented 1 year ago

Almost all tests fail as tkinter needs a display. Try to install a virtual display via GitHub Actions as in this answer: https://stackoverflow.com/a/66952101/15862653

FelipeDefensor commented 1 year ago

Setup will have to be different depending on OS. This answer shows how to consider the OS when choosing what actions to run: https://stackoverflow.com/a/57948488/15862653