Skip to content

K8SPSMDB-1425: Add pitr-to-new-cluster e2e test #4232

K8SPSMDB-1425: Add pitr-to-new-cluster e2e test

K8SPSMDB-1425: Add pitr-to-new-cluster e2e test #4232

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: run tests
run: make test