Bump testcontainers.version from 1.20.2 to 1.20.3 #157
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build jOOQ DSL | |
on: [ pull_request ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Setup Java | |
uses: actions/setup-java@v3 | |
with: | |
cache: maven | |
distribution: adopt | |
java-version: 17 | |
- name: Build project | |
run: mvn -B clean compile verify |