Skip to content

Build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1 #82

Build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1

Build(deps): Bump google.golang.org/grpc from 1.79.3 to 1.82.1 #82

name: Integration Tests
on:
push:
pull_request:
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running integration tests
run: |
go mod tidy
make test-integration