Skip to content

Merge pull request #24 from MGDIS/fix/no-more-md5 #10

Merge pull request #24 from MGDIS/fix/no-more-md5

Merge pull request #24 from MGDIS/fix/no-more-md5 #10

Workflow file for this run

name: Build job
on: push
jobs:
test:
name: Test - Units & Integrations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
cache: maven
- name: Maven test
run: mvn test -B