We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd2a86 commit a8a7faeCopy full SHA for a8a7fae
.github/workflows/test-build-publish.yml
@@ -57,6 +57,7 @@ jobs:
57
python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
58
59
- name: Cleanup E2E environment
60
+ if: '!cancelled()'
61
run: |
62
sh ./tests/e2e/scripts/cleanup_e2e.sh
63
tests/settings.py
@@ -50,6 +50,8 @@ def filter_patch_parameters(request):
50
os.getenv("TEST_USER", "test"),
51
os.getenv("TEST_KEY", "test"),
52
)
53
+ print(f"JD DEBUG TEST_USER: {os.getenv("TEST_USER", "test")}")
54
+ print(f"JD DEBUG TEST_KEY: {os.getenv("TEST_KEY", "test")}")
55
56
feeds_api = API(
0 commit comments