Fix CI matrix and pnpm cache: set env vars in workflow, drop matrix
All checks were successful
CI / lint-and-test (push) Successful in 27s
CI / build (push) Successful in 21s

- Set PNPM_STORE_DIR and COREPACK_HOME as job env vars instead of
  relying on container.options -e flags which act_runner may ignore
- Replace fragile cross-job matrix with single-job loop for builds
- Both fixes: empty matrix app name and 0 reused packages
This commit is contained in:
Julia McGhee
2026-03-21 17:29:26 +00:00
parent 8ceea37976
commit d8715e361f
3 changed files with 51 additions and 41 deletions

View File

@@ -13,6 +13,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
env:
PNPM_STORE_DIR: /pnpm-store
COREPACK_HOME: /pnpm-store/.corepack
steps:
- uses: actions/checkout@v4
with: