Skip to content

Commit a8a7fae

Browse files
committed
test 4
1 parent 5bd2a86 commit a8a7fae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
5858
5959
- name: Cleanup E2E environment
60+
if: '!cancelled()'
6061
run: |
6162
sh ./tests/e2e/scripts/cleanup_e2e.sh
6263

tests/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def filter_patch_parameters(request):
5050
os.getenv("TEST_USER", "test"),
5151
os.getenv("TEST_KEY", "test"),
5252
)
53+
print(f"JD DEBUG TEST_USER: {os.getenv("TEST_USER", "test")}")
54+
print(f"JD DEBUG TEST_KEY: {os.getenv("TEST_KEY", "test")}")
5355

5456
feeds_api = API(
5557
os.getenv("TEST_USER", "test"),

0 commit comments

Comments
 (0)