Skip to content

Merge pull request #5 from appiepollo14/renovate/org.testcontainers-t… #25

Merge pull request #5 from appiepollo14/renovate/org.testcontainers-t…

Merge pull request #5 from appiepollo14/renovate/org.testcontainers-t… #25

Workflow file for this run

name: Java CI with Maven
on:
push:
jobs:
container-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean verify --file pom.xml