Skip to content

Commit 5aa912c

Browse files
committed
Reenable the behave tests in CI.
Click 8.1.8 was breaking them.
1 parent d1ebd5c commit 5aa912c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777
- name: Run unit tests
7878
run: coverage run --source pgcli -m pytest
7979

80-
# - name: Run integration tests
81-
# env:
82-
# PGUSER: postgres
83-
# PGPASSWORD: postgres
84-
# TERM: xterm
80+
- name: Run integration tests
81+
env:
82+
PGUSER: postgres
83+
PGPASSWORD: postgres
84+
TERM: xterm
8585

86-
# run: behave tests/features --no-capture
86+
run: behave tests/features --no-capture
8787

8888
- name: Check changelog for ReST compliance
8989
run: docutils --halt=warning changelog.rst >/dev/null

0 commit comments

Comments
 (0)