Skip to content

Bump org.assertj:assertj-core from 3.25.0 to 3.25.2 #295

Bump org.assertj:assertj-core from 3.25.0 to 3.25.2

Bump org.assertj:assertj-core from 3.25.0 to 3.25.2 #295

# 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