Skip to content

Instantly share code, notes, and snippets.

@topera
Created January 5, 2019 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topera/e5d10c470e799dd4ee8b80bfa2d346dd to your computer and use it in GitHub Desktop.
Save topera/e5d10c470e799dd4ee8b80bfa2d346dd to your computer and use it in GitHub Desktop.
Bitbucket pipelines to run unit tests
image: java:8
pipelines:
default:
- step:
caches:
- gradle
script:
- bash ./gradlew test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment