mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 00:47:46 -06:00
DEV: Reduce psql
output when restoring db in github actions (#23391)
This output is around 30k lines long, and serves no real purpose. In the unlikely event of an error, it will still be shown.
This commit is contained in:
parent
30528eac5c
commit
31563e6b29
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
||||
|
||||
- name: Restore database from cache
|
||||
if: steps.app-cache.outputs.cache-hit == 'true'
|
||||
run: psql -f tmp/app-cache/cache.sql postgres
|
||||
run: psql --quiet -o /dev/null -f tmp/app-cache/cache.sql postgres
|
||||
|
||||
- name: Restore uploads from cache
|
||||
if: steps.app-cache.outputs.cache-hit == 'true'
|
||||
|
Loading…
Reference in New Issue
Block a user