First initialize the database for testing:
docker-compose up -dInstall dependencies and build:
pnpm install
pnpm buildSeed the app_user roles used by tests:
pnpm --filter pgpm exec node dist/index.js admin-users bootstrap --yes
pnpm --filter pgpm exec node dist/index.js admin-users add --test --yesThen you can "install" the packages need (optional):
docker exec postgres /sql-bin/install.shThen to run a test:
cd pgpm/core
pnpm test