Skip to content

Commit 2e30844

Browse files
committed
Add dependency and env variable for github workflow
1 parent 3d4f4f8 commit 2e30844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
AZURE_SIGNTOOL_KEY_VAULT_URL: ${{ secrets.AZURE_SIGNTOOL_KEY_VAULT_URL }}
166166
CONSTRUCTOR_EXAMPLES_KEEP_ARTIFACTS: "${{ runner.temp }}/examples_artifacts"
167167
CONSTRUCTOR_SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x86/signtool.exe"
168+
CONSTRUCTOR_VERBOSE: 1
168169
run: |
169170
rm -rf coverage.json
170171
pytest -vv --cov=constructor --cov-branch tests/test_examples.py

0 commit comments

Comments
 (0)