feat(release): ship an OpenAPI fragment, a frozen manifest and a bundle (phase 3, slice 5) #6

Merged
whitlocktech merged 3 commits from feature/close-phase3 into main 2026-08-12 04:11:31 +00:00
Showing only changes of commit a0c24456c7 - Show all commits

View File

@@ -73,6 +73,15 @@ concurrency:
group: pr-checks-${{ github.ref }}
cancel-in-progress: true
# npm's own retry, turned up. The shared runner reads ETIMEDOUT from the registry
# often enough to matter, and there are five `npm ci` calls across these jobs — a
# red X that means "the network hiccuped" costs a reviewer more than it costs the
# runner to retry, and teaches everyone to re-run rather than read a failure.
env:
NPM_CONFIG_FETCH_RETRIES: 5
NPM_CONFIG_FETCH_RETRY_MINTIMEOUT: 20000
NPM_CONFIG_FETCH_RETRY_MAXTIMEOUT: 120000
jobs:
server-tests:
runs-on: ubuntu-latest