Skip to content

chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /e2e #12

chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /e2e

chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /e2e #12

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run Unit Tests
run: make test-unit