Skip to content

Add unit tests for xds package #14670

Add unit tests for xds package

Add unit tests for xds package #14670

Workflow file for this run

name: Codegen
on: pull_request
jobs:
codegen:
name: codegen check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/composite-actions/prep-go-runner
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate Code
run: |
./ci/check-generated-code.sh
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
- name: Check for DO_NOT_SUBMIT
run: ./ci/do-not-submit.sh ${{ steps.changed-files.outputs.all_modified_files }}