Skip to content

az cli client cleanup #1186

az cli client cleanup

az cli client cleanup #1186

Workflow file for this run

name: draft Unit Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: make
run: make run-unit-tests