Skip to content

Commit 4336986

Browse files
committed
debug: Enable verbose logging in pgpm integration tests
Add -s and --log-cli-level=INFO to pytest to capture pgpm deploy output
1 parent 7cda6a3 commit 4336986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-pgpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
pgpm admin-users add --test --yes
8787
8888
- name: Run pgpm integration tests
89-
run: poetry run pytest tests/test_pgpm_integration.py -v
89+
run: poetry run pytest tests/test_pgpm_integration.py -v -s --log-cli-level=INFO

0 commit comments

Comments
 (0)