Skip to content

missing test dependency for tests running in console #12

missing test dependency for tests running in console

missing test dependency for tests running in console #12

Workflow file for this run

---
name: Java CI with Maven
on:
push:
branches: [ "*" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- run: mvn -B package --file pom.xml