Skip to content

Bump org.testcontainers:junit-jupiter from 1.18.3 to 1.19.0 #35

Bump org.testcontainers:junit-jupiter from 1.18.3 to 1.19.0

Bump org.testcontainers:junit-jupiter from 1.18.3 to 1.19.0 #35

Workflow file for this run

name: Pull Validation
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
architecture: x64
- name: Build with Maven
run: ./mvnw -B --update-snapshots verify
env:
BUILD_LOCATION: 'github'