adds github build/test action

Signed-off-by: Emily Casey <ecasey@pivotal.io>
This commit is contained in:
Emily Casey
2020-04-28 18:25:39 -04:00
parent 78d1c4b749
commit ce14d22882

17
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- name: Build
run: ./mvnw package