Skip to content

Cleanup of workflow files (#130) #441

Cleanup of workflow files (#130)

Cleanup of workflow files (#130) #441

Workflow file for this run

name: Build & Test
on:
push:
branches:
- main
- development
pull_request:
branches:
- main
jobs:
build-maven:
name: Build
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- name: Check out repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up JDK 1.8
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
java-version: '8'
distribution: 'temurin'
- name: Build and Test
run: mvn --batch-mode package