Skip to content

docs: Update README with project structure and dependencies #5

docs: Update README with project structure and dependencies

docs: Update README with project structure and dependencies #5

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package -Pdev --file pom.xml
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-reports
path: target/surefire-reports/