run tests when building the dockerhub image
This commit is contained in:
parent
0fb69e8d13
commit
821284463e
@ -20,8 +20,18 @@ jobs:
|
||||
# Checkout the repo
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Setup Java and Maven
|
||||
- name: Set up JDK and Maven
|
||||
uses: s4u/setup-maven-action@v1.12.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
java-version: ${{ matrix.java-version }}
|
||||
distribution: "zulu"
|
||||
maven-version: ${{ matrix.maven-version }}
|
||||
|
||||
# Run JUnit Tests
|
||||
- name: Run Tests
|
||||
run: mvn --batch-mode test -q
|
||||
|
||||
# Login to Docker Hub
|
||||
- name: Login to Repo
|
||||
|
Reference in New Issue
Block a user