Skip to content

Commit 0e5fbd4

Browse files
committed
Add debug step for CICD
1 parent 2a8056c commit 0e5fbd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ test-source:
3838
- python3 -c "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('tests/win_only/__init__.py')]"
3939
- export PYTHONNET_RUNTIME=coreclr
4040
- pytest --cache-clear
41+
- docker logs postgres # Debug step: Check logs of the PostgreSQL service to ensure it's running correctly
4142

4243
artifacts:
4344
paths:

0 commit comments

Comments
 (0)