Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Update GitHub Actions #10

Update GitHub Actions

Update GitHub Actions #10

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build/Unit test with Maven
run: ./mvnw package