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 fbdd785 commit cee3483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
set -ev
# Clone 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
git clone -q --single-branch -b main https://github.com/Azure/azure-cli-extensions.git ./azure-cli-extensions
- name: Set Up Python Environment
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
set -ev
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
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: |
Expand Down

0 comments on commit cee3483

Please sign in to comment.