We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8056c commit 0e5fbd4Copy full SHA for 0e5fbd4
1 file changed
.gitlab-ci.yml
@@ -38,6 +38,7 @@ test-source:
38
- python3 -c "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('tests/win_only/__init__.py')]"
39
- export PYTHONNET_RUNTIME=coreclr
40
- pytest --cache-clear
41
+ - docker logs postgres # Debug step: Check logs of the PostgreSQL service to ensure it's running correctly
42
43
artifacts:
44
paths:
0 commit comments