The unit-tests job in .github/workflows/deploy.yml has timeout-minutes: 5 covering the whole job; on a cold npm cache npm ci alone took 5m00 and the job was cancelled twice on PR #46 before passing. Raise the job timeout (e.g. 15) or add actions/setup-node npm caching so the install is fast. Infrastructure only.
The unit-tests job in .github/workflows/deploy.yml has timeout-minutes: 5 covering the whole job; on a cold npm cache
npm cialone took 5m00 and the job was cancelled twice on PR #46 before passing. Raise the job timeout (e.g. 15) or add actions/setup-node npm caching so the install is fast. Infrastructure only.