Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 7, 2024
1 parent afc8d5a commit 2f5845a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f5845a

Please sign in to comment.