-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: install signal in desktop vm and take screenshots #213
ci: install signal in desktop vm and take screenshots #213
Conversation
@merlijn-sebrechts it worked! |
@merlijn-sebrechts this is ready for review, I've tested the build all works and that the screenshots get uploaded, but obviously can't really test the code that happens after merge just yet! I've given it a couple of reads, and I think the variables etc. are all wired up correctly, but we'll see when it merges! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes and some nitpicks, but the "don't use artifacts" one is an important one if we want to use this in other repositories too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, let's test this out!
This is a test that adds the ability to launch a KVM accelerated desktop VM inside the Github Actions runner.
Once running, we push the built snap into the VM and run signal-desktop. From there, we can use
gnome-screenshot
to get a screenshot of both the whole screen and the specific window we just launched.Then finish by pulling the screenshot files out of the VM and adding them in a comment on the call for testing post.