Add e2e tests for gRPC requests and CLI commands #13

Merged
ashwin merged 14 commits from pm-cli-tests into main 2024-03-04 11:16:11 +00:00
Showing only changes of commit 6c0e7c6c49 - Show all commits

View File

@ -0,0 +1,19 @@
name: E2E Tests
on:
pull_request:
push:
branches:
- main
jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
check-latest: true
- uses: actions/checkout@v3
- name: Test
run: |
make test-e2e