Skip to content

Commit

Permalink
chore(build): setup Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart authored Nov 17, 2020
1 parent b012e84 commit d6e2873
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11

- name: Run tests
run: |
./mvnw verify
./mvnw --no-transfer-progress --batch-mode verify
push:
needs: test
Expand Down

0 comments on commit d6e2873

Please sign in to comment.