diff --git a/.github/workflows/pr-package.yml b/.github/workflows/pr-package.yml index 3826fd808..2913429c1 100644 --- a/.github/workflows/pr-package.yml +++ b/.github/workflows/pr-package.yml @@ -17,7 +17,7 @@ permissions: jobs: pr-package: - uses: alchemy-run/actions/.github/workflows/pr-package.yml@2ba4aab624950338968f1598bdfe34804244a77a # main + uses: alchemy-run/actions/.github/workflows/pr-package.yml@1d5b072da6efc338810ec99e1fd7d716947e6b57 # main with: # The bun workspace includes `distilled/packages/*` from the # distilled submodule, so the publish jobs must check it out. @@ -31,12 +31,21 @@ jobs: # nested differently or that don't need the root README. build-command: "cp ../../README.md . 2>/dev/null || true; bun run build" # Every package's tsc build pulls in the alchemy -> distilled - # project-reference chain (distilled/aws is huge), so all three + # project-reference chain (distilled/aws is huge), so all packages # need the larger runner — same as distilled's own CI. packages: | [ - { "dir": "packages/alchemy", "name": "alchemy", "runner": "ubuntu-22-large" }, - { "dir": "packages/better-auth", "name": "@alchemy.run/better-auth", "runner": "ubuntu-22-large" }, - { "dir": "packages/pr-package", "name": "@alchemy.run/pr-package", "runner": "ubuntu-22-large" } + { "dir": "packages/alchemy", "name": "alchemy", "runner": "ubuntu-22-large" }, + { "dir": "distilled/packages/core", "name": "@distilled.cloud/core", "runner": "ubuntu-22-large" }, + { "dir": "distilled/packages/aws", "name": "@distilled.cloud/aws", "runner": "ubuntu-22-large" }, + { "dir": "distilled/packages/axiom", "name": "@distilled.cloud/axiom", "runner": "ubuntu-22-large" }, + { "dir": "distilled/packages/cloudflare", "name": "@distilled.cloud/cloudflare", "runner": "ubuntu-22-large" }, + { "dir": "cloudflare-tools/packages/cloudflare-rolldown-plugin", "name": "@distilled.cloud/cloudflare-rolldown-plugin", "runner": "ubuntu-22-large" }, + { "dir": "cloudflare-tools/packages/cloudflare-runtime", "name": "@distilled.cloud/cloudflare-runtime", "runner": "ubuntu-22-large" }, + { "dir": "cloudflare-tools/packages/cloudflare-vite-plugin", "name": "@distilled.cloud/cloudflare-vite-plugin", "runner": "ubuntu-22-large" }, + { "dir": "distilled/packages/neon", "name": "@distilled.cloud/neon", "runner": "ubuntu-22-large" }, + { "dir": "distilled/packages/planetscale", "name": "@distilled.cloud/planetscale", "runner": "ubuntu-22-large" }, + { "dir": "packages/better-auth", "name": "@alchemy.run/better-auth", "runner": "ubuntu-22-large" }, + { "dir": "packages/pr-package", "name": "@alchemy.run/pr-package", "runner": "ubuntu-22-large" } ] secrets: inherit