Skip to content

Bump org.grpcmock:grpcmock-junit5 from 0.8.0 to 0.14.0 #962

Bump org.grpcmock:grpcmock-junit5 from 0.8.0 to 0.14.0

Bump org.grpcmock:grpcmock-junit5 from 0.8.0 to 0.14.0 #962

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
- 'hotfix-*'
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: "Set up JDK"
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: "Build with Gradle"
run: ./gradlew build -x test --scan
- name: "Run tests"
if: always()
run: ./gradlew --no-build-cache cleanTest test