Skip to content

minor fix in tests file #35

minor fix in tests file

minor fix in tests file #35

Workflow file for this run

name: Build and Test CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: "8.0.345+1"
distribution: "adopt"
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
- name: Test with Maven
run: mvn test