Skip to content

feat: use buf.build binary to generate the proto files #11129

feat: use buf.build binary to generate the proto files

feat: use buf.build binary to generate the proto files #11129

Workflow file for this run

name: Test
on:
pull_request:
push:
paths-ignore:
- '**.md'
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/testdata/**
- uses: actions/setup-go@v4
if: env.GIT_DIFF
with:
go-version: 1.19
cache: true
cache-dependency-path: go.sum
- run: ./scripts/test-coverage
if: env.GIT_DIFF
- name: Upload coverage to Codecov
uses: codecov/[email protected]
if: env.GIT_DIFF
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true