Skip to content

Bump org.easymock:easymock from 5.1.0 to 5.2.0 #277

Bump org.easymock:easymock from 5.1.0 to 5.2.0

Bump org.easymock:easymock from 5.1.0 to 5.2.0 #277

# 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