mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
add basic schema test back to CI
This commit is contained in:
5
utils/gitlab-ci/check-schema.sh
Normal file
5
utils/gitlab-ci/check-schema.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PGPASSWORD=test
|
||||
|
||||
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql
|
||||
Reference in New Issue
Block a user