From 2f5845a837f975510d195772e25418c01182ce7d Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 7 Aug 2024 11:42:58 +0000 Subject: [PATCH] ci: fix test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f00ed0..43aecec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,5 @@ jobs: GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Show azure cli version run: | - type azure - azure --version + type az + az --version