Skip to content

build(deps): bump github.com/yandex-cloud/go-genproto (#976) #763

build(deps): bump github.com/yandex-cloud/go-genproto (#976)

build(deps): bump github.com/yandex-cloud/go-genproto (#976) #763

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
env:
SKIP_TESTS: true
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: echo "unit test"