diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007178f0d..5321f42c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,12 +77,12 @@ jobs: - name: Run unit tests run: coverage run --source pgcli -m pytest - - name: Run integration tests - env: - PGUSER: postgres - PGPASSWORD: postgres + # - name: Run integration tests + # env: + # PGUSER: postgres + # PGPASSWORD: postgres - run: behave tests/features --no-capture + # run: behave tests/features --no-capture - name: Check changelog for ReST compliance run: docutils --halt=warning changelog.rst >/dev/null