Skip to content

Remove unneeded config #56

Remove unneeded config

Remove unneeded config #56

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Test project with Maven
run: mvn --no-transfer-progress test package