Skip to content
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

Setup GitHub Actions for tests #360

Merged
merged 2 commits into from
Jan 19, 2021

Conversation

MGaetan89
Copy link
Contributor

@MGaetan89 MGaetan89 commented Jan 19, 2021

Now that @Zardozz has started to add some tests to the project, it's worth having a CI to ensure that new changes don't break the existing code.
For the moment, the workflow:

  • builds the project
  • checks that the sample app still compiles
  • runs the tests on emulators:
    • with API 15 (API 14 is not supported by the action I use)
    • with API 29 (the target SDK the project)

A sample output can be seen here: https://github.com/MGaetan89/TableView/actions/runs/497047998

You might have to enable GitHub Actions in the project settings for this to work.

@evrencoskun evrencoskun merged commit 1124a82 into evrencoskun:master Jan 19, 2021
@MGaetan89 MGaetan89 deleted the github_actions branch January 19, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants