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 5001f94 commit 18013c5Copy full SHA for 18013c5
.github/workflows/ci.yml
@@ -77,12 +77,12 @@ jobs:
77
- name: Run unit tests
78
run: coverage run --source pgcli -m pytest
79
80
- - name: Run integration tests
81
- env:
82
- PGUSER: postgres
83
- PGPASSWORD: postgres
+ # - name: Run integration tests
+ # env:
+ # PGUSER: postgres
+ # PGPASSWORD: postgres
84
85
- run: behave tests/features --no-capture
+ # run: behave tests/features --no-capture
86
87
- name: Check changelog for ReST compliance
88
run: docutils --halt=warning changelog.rst >/dev/null
0 commit comments