Skip to content

Bump org.testcontainers:junit-jupiter from 1.20.1 to 1.20.2 #60

Bump org.testcontainers:junit-jupiter from 1.20.1 to 1.20.2

Bump org.testcontainers:junit-jupiter from 1.20.1 to 1.20.2 #60

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build Java components
run: mvn -B test