Skip to content

chore: repository.properties only for main folder #18

chore: repository.properties only for main folder

chore: repository.properties only for main folder #18

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