Skip to content

Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 #927

Bump org.assertj:assertj-core from 3.27.0 to 3.27.1

Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 #927

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: Unit Tests
run: ./mvnw test