Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 authored Nov 18, 2024
1 parent 0e85021 commit 5fb46df
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ jobs:
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ./azure-cli
git clone -q --single-branch -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
- name: Check Out Azure CLI Commits
run: |
set -ev
cd ./azure-cli
git checkout f98ba8062f08bf5b7460260c56916bd3074bf9e5
git switch -c f98ba8062f08bf5b7460260c56916bd3074bf9e5
- name: Check Out Azure CLI Extensions Commits
run: |
set -ev
cd ./azure-cli-extensions
git checkout fb4789b71446378d91abd47359d389f6fc369663
git switch -c fb4789b71446378d91abd47359d389f6fc369663
- name: Set Up Python Environment
run: |
set -ev
Expand All @@ -84,26 +98,12 @@ jobs:
azdev setup -c ./azure-cli -r ./azure-cli-extensions --debug
pip list -v
- name: Check Out Azure CLI Commits
run: |
set -ev
cd ./azure-cli
git checkout f98ba8062f08bf5b7460260c56916bd3074bf9e5
git switch -c f98ba8062f08bf5b7460260c56916bd3074bf9e5
- name: Check Out Azure CLI Extensions Commits
run: |
set -ev
cd ./azure-cli-extensions
git checkout fb4789b71446378d91abd47359d389f6fc369663
git switch -c fb4789b71446378d91abd47359d389f6fc369663
- name: List Azure CLI Commands
run: |
set -ev
source ./env/bin/activate
az --version
azdev extension add "*"
pip3 uninstall -y pyOpenSSL
pip3 install pyOpenSSL==22.0.0
pip3 install pyOpenSSL==22.0.0
azdev statistics list-command-table CLI --statistics-only --debug

0 comments on commit 5fb46df

Please sign in to comment.