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 14ce20f commit f9cdef5Copy full SHA for f9cdef5
.github/workflows/qiita-ci.yml
@@ -212,7 +212,7 @@ jobs:
212
# 3. making sure than a production system has the expected rows
213
# in all our tables; steps: a. drop test db, b. change $QIITA_CONFIG_FP
214
# c. create new production system, c. count rows in the db.
215
- apt-get install --yes --no-install-recommends postgresql-client
+ # apt-get install --yes --no-install-recommends postgresql-client
216
217
qiita-env drop;
218
cp $QIITA_CONFIG_FP ${QIITA_CONFIG_FP}.bk
0 commit comments