Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 11, 2024
1 parent c98a384 commit 3e98259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
BACKUP_FILE=signalo-testing-db-dump-with-demo.backup
export PGPASSWORD=${DEMO_DB_PASSWORD}
docker exec signalo pg_dump --format custom --exclude-schema=public --blobs --compress 5 --file ${BACKUP_FILE} signalo
pg_restore --host=${DEMO_DB_HOST} --username=${DEMO_DB_USER} --port=${DEMO_DB_PORT} --dbname==${DEMO_DB_TESTING} --exit-on-error --clean --if-exists --no-owner ${BACKUP_FILE}
pg_restore --host="${DEMO_DB_HOST}" --username="${DEMO_DB_USER}" --port=${DEMO_DB_PORT} --dbname==${DEMO_DB_TESTING} --exit-on-error --clean --if-exists --no-owner ${BACKUP_FILE}
psql --host=${DEMO_DB_HOST} --username=${DEMO_DB_USER} --port=${DEMO_DB_PORT} --dbname=${DEMO_DB_TESTING} -v EXIT_ON_ERROR=on -f ./datamodel/roles.sql
- name: "failure logs"
Expand Down

0 comments on commit 3e98259

Please sign in to comment.