mirror of
https://github.com/frappe/erpnext.git
synced 2026-07-25 13:45:04 +00:00
Mirror frappe/erpnext#56655 for the Postgres CI. Run the bootstrap_test_data module in the setup job while Postgres is still up, so the BootStrapTestData records are baked into the PGDATA artifact every shard hydrates from — the shards start on already-warmed data instead of each building it. Unlike the MariaDB step, no `su -m` wrapper: the Postgres CI is GitHub-hosted ubuntu-latest running as the runner user directly, matching its own "Run Tests" step. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>