We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4f4f8 commit 2e30844Copy full SHA for 2e30844
1 file changed
.github/workflows/main.yml
@@ -165,6 +165,7 @@ jobs:
165
AZURE_SIGNTOOL_KEY_VAULT_URL: ${{ secrets.AZURE_SIGNTOOL_KEY_VAULT_URL }}
166
CONSTRUCTOR_EXAMPLES_KEEP_ARTIFACTS: "${{ runner.temp }}/examples_artifacts"
167
CONSTRUCTOR_SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x86/signtool.exe"
168
+ CONSTRUCTOR_VERBOSE: 1
169
run: |
170
rm -rf coverage.json
171
pytest -vv --cov=constructor --cov-branch tests/test_examples.py
0 commit comments