frida / frida-tools

Frida CLI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run tests in GitHub Actions or another CI

yotamN opened this issue · comments

commented

I haven't worked with GitHub Actions but it seems to be the obvious option if we are already using GitHub. Otherwise Sourcehut Build might be a good option.

I'm still unable to run the existing tests so help is welcomed

Github Actions are wonderful and free for public repos. The biggest gotcha I've seen for public repos is you need to ensure proper config with the repo security settings to avoid the situation where a malicious attacker can trigger builds with a changed yml definition (ie cryptominer)