Skip to content

Commit d4d7590

Browse files
committed
xterm.
1 parent ee2aeea commit d4d7590

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ 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
80+
- name: Run integration tests
81+
env:
82+
PGUSER: postgres
83+
PGPASSWORD: postgres
84+
TERM: xterm
8485

8586
# run: behave tests/features --no-capture
8687

0 commit comments

Comments
 (0)