Skip to content

CLOUD-789-2 converting variables in a function to local #646

CLOUD-789-2 converting variables in a function to local

CLOUD-789-2 converting variables in a function to local #646

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Clone the code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.20'
- uses: actions/checkout@v3
- name: envtest
run: ENVTEST_K8S_VERSION=1.22 make check