We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb95ca commit f135f06Copy full SHA for f135f06
.github/workflows/coverage.yml
@@ -48,7 +48,7 @@ jobs:
48
source ./env/bin/activate
49
az --version
50
azdev extension add "*"
51
- azdev statistics list-command-table CLI --statistics-only
+ azdev statistics list-command-table CLI --statistics-only --debug
52
53
second-runner:
54
name: Second Runner Setup2
@@ -102,7 +102,6 @@ jobs:
102
run: |
103
set -ev
104
105
- pip install --upgrade pyOpenSSL cryptography
106
107
108
0 commit comments