Skip to content

Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 #184

Bump org.mockito:mockito-core from 5.17.0 to 5.18.0

Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 #184

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🛠 Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: 📦 Build with Maven
run: mvn clean -B package jacoco:report --no-transfer-progress --file pom.xml
- name: 🚀 Coveralls Coverage Report Submission
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}