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

github action for ./gradlew build on PRs #413

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rybak
Copy link
Contributor

@rybak rybak commented May 5, 2021

Set up GitHub Action for running command ./gradlew build for pull
requests. The Yaml file is almost verbatim (aside from Java version)
copied from https://github.com/marketplace/actions/gradle-command

This will make review a bit easier by making sure that code compiles
and all JUnit tests pass whenever a PR is opened.


Example run: https://github.com/rybak/chatty/actions/runs/814372327

Set up GitHub Action for running command `./gradlew build` for pull
requests.  The Yaml file is almost verbatim (aside from Java version)
copied from https://github.com/marketplace/actions/gradle-command
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.

None yet

1 participant