Skip to content

Update grpc-java monorepo to v1.65.0 (#19) #53

Update grpc-java monorepo to v1.65.0 (#19)

Update grpc-java monorepo to v1.65.0 (#19) #53

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Set up gradle
uses: gradle/actions/setup-gradle@v3
- name: Check
run: ./gradlew check
- name: Check withProtocGenKotlin
run: ./gradlew :functional-test:clean :functional-test:test -PwithProtocGenKotlin