tests!
This commit is contained in:
@ -14,6 +14,15 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'eclipse-temurin'
|
||||
|
||||
- name: Run Tests
|
||||
run: mvn --batch-mode test
|
||||
|
||||
- name: Push to dokku
|
||||
uses: dokku/github-action@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user