Skip to content

Bump org.mockito:mockito-core from 4.11.0 to 5.12.0 #161

Bump org.mockito:mockito-core from 4.11.0 to 5.12.0

Bump org.mockito:mockito-core from 4.11.0 to 5.12.0 #161

Workflow file for this run

name: Maven Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -D maven.test.failure.ignore=true -B clean install --file pom.xml
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: test-results-${{ matrix.os }}
if-no-files-found: error
path: |
${{ github.workspace }}/**/target/surefire-reports/*.xml
event_file:
name: "Event File"
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Event File
path: ${{ github.event_path }}