We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2aeea commit d4d7590Copy full SHA for d4d7590
1 file changed
.github/workflows/ci.yml
@@ -77,10 +77,11 @@ 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
+ TERM: xterm
85
86
# run: behave tests/features --no-capture
87
0 commit comments