Skip to content

Fix for StatisticsService #45

Fix for StatisticsService

Fix for StatisticsService #45

name: Build and test
on: [push, workflow_dispatch]
jobs:
buid_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Download maven dependencies
run: mvn dependency:resolve
- name: Run the Maven build
run: mvn clean package -P env-testing