Skip to content

Remove committed target build artifacts #1

Remove committed target build artifacts

Remove committed target build artifacts #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
cache: maven
- name: Build and test with Maven
run: mvn -B clean test