Skip to content

Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 #8

Bump org.mockito:mockito-core from 5.6.0 to 5.7.0

Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 #8

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Testing For PRs
on: [ pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Build with Gradle
run: ./gradlew assemble check