Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 #58

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 #58

Workflow file for this run

name: Build & Test
on:
pull_request:
branches:
- main
jobs:
build:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Run docker compose
run: cd infra && docker compose up -d
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package