Skip to content

Bump testcontainersVersion from 1.19.4 to 1.19.6 #301

Bump testcontainersVersion from 1.19.4 to 1.19.6

Bump testcontainersVersion from 1.19.4 to 1.19.6 #301

# The workflow to check pull requests into master.
# This checks the source in the state as if after the merge.
name: Pull request checks
on:
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build integrationTest