Skip to content

ci: [java] automatic kokoro label in and /gcbrun comment (#1965) #866

ci: [java] automatic kokoro label in and /gcbrun comment (#1965)

ci: [java] automatic kokoro label in and /gcbrun comment (#1965) #866

Workflow file for this run

on: [pull_request]
name: generate-conformance-tests
jobs:
units:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11 ]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{matrix.java}}
- run: ./generate-conformance-tests.sh