lordi / tickmate

One bit journal
GNU General Public License v3.0
111 stars 33 forks source link

Migrate from travis CI to github actions? #133

Closed lordi closed 3 years ago

lordi commented 3 years ago

It might be simpler to run the gradle test script in github actions (see travis config)

lordi commented 3 years ago

@0xDB Is this something you can to look into?

0xDB commented 3 years ago

I'll look into it!

0xDB commented 3 years ago

I added the "Unit Tests" Github Action, which runs testDebugUnitTest on pull-request and push. You can view its first successful run in the Actions-tab. Hope it's ok that I added it directly to master, I did the testing on my forked repo first.

lordi commented 3 years ago

Awesome! I looked into the Actions output and it looks like its only building, not testing the app? Or am I missing something?

Yea for this its ok to push to master, in the future we should always check if CI is succesful before merging into master.

lordi commented 3 years ago

Ah nvm, it actually seems to run them but without test output. Cool, yea, I will try to make a signed new build and upload it within the next days.