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 6f22d39 commit f2045b1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
set -ev
# Clone azure-cli
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ./azure-cli
git clone --depth 1 -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
- name: Set Up Python Environment
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
set -ev
source ./env/bin/activate
azdev setup -c ../azure-cli -r ./azure-cli-extensions --debug
azdev setup -c ./azure-cli -r ./azure-cli-extensions --debug
pip list -v
- name: List Azure CLI Commands
Expand All @@ -58,16 +58,20 @@ jobs:
- name: Checkout Repositories
run: |
set -ev
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ./azure-cli
git clone --depth 1 -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
- name: Check Out Specific Commits
- name: Check Out Azure CLI Commits
run: |
set -ev
cd ../azure-cli
cd ./azure-cli
git checkout f205ee4
git switch -c f205ee4
cd ../azure-cli-extensions
- name: Check Out Azure CLI Extensions Commits
run: |
set -ev
cd ./azure-cli-extensions
git checkout fc5ae18
git switch -c fc5ae18
Expand All @@ -90,7 +94,7 @@ jobs:
run: |
set -ev
source ./env/bin/activate
azdev setup -c ../azure-cli -r ./azure-cli-extensions --debug
azdev setup -c ./azure-cli -r ./azure-cli-extensions --debug
pip list -v
- name: List Azure CLI Commands
Expand Down

0 comments on commit f2045b1

Please sign in to comment.