Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

⬆️ Update testcontainers-java monorepo to v1.19.6 #693

⬆️ Update testcontainers-java monorepo to v1.19.6

⬆️ Update testcontainers-java monorepo to v1.19.6 #693

Workflow file for this run

name: All Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: All Tests
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: ./mvnw verify