Skip to content

Commit c817edb

Browse files
committed
localhost
1 parent f9cdef5 commit c817edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
echo "######################"
225225
pgport=${{ job.services.postgres.ports[5432] }}
226226
227-
row_counts=`psql -U postgres -d qiita_test -l localhost -p $pgport -c "SELECT SUM(c.reltuples) FROM pg_class c JOIN pg_namespace n on n.oid = c.relnamespace WHERE n.nspname = 'qiita' AND c.relkind = 'r' AND n.nspname NOT IN ('information_schema', 'pg_catalog');"`
227+
row_counts=`psql -l localhost -U postgres -d qiita_test -p $pgport -c "SELECT SUM(c.reltuples) FROM pg_class c JOIN pg_namespace n on n.oid = c.relnamespace WHERE n.nspname = 'qiita' AND c.relkind = 'r' AND n.nspname NOT IN ('information_schema', 'pg_catalog');"`
228228
if [[ $row_counts != *" 0 "* ]]; then
229229
echo "***********";
230230
echo "There expected rows in a production system are not what's expected:";

0 commit comments

Comments
 (0)