adding tests

This commit is contained in:
Dan Alima 2023-12-30 13:07:20 +02:00
parent 0aa3adb56f
commit 3d0911b64d

View file

@ -25,5 +25,7 @@ jobs:
java-version: ${{matrix.java}} java-version: ${{matrix.java}}
distribution: 'adopt' distribution: 'adopt'
cache: maven cache: maven
- name: Build with Maven Wrapper - name: Compile the code
run: ./mvnw -B package run: ./mvnw -B package
- name: Run the tests
run: ./mvnw test