Skip to content

dependabot to ignore protobuf bump #1317

dependabot to ignore protobuf bump

dependabot to ignore protobuf bump #1317

Workflow file for this run

name: unit-test
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'liberica'
java-version: '17'
- name: Build and test with Gradle
run: ./gradlew clean build