Promote pre-staging to staging (suibase-daemon-v0.4.0 + localnet-tools-v0.4.0)#219
Merged
Conversation
A growable home for cheap, buildless CI checks — the first one guards against exactly what broke suibase.io's icons: docs/package.json and docs/pnpm-lock.yaml drifting from their frozen docs/ci/*.ci copies that deploy-docs.yml actually builds from. That drift produced a green build (the build itself doesn't fail) but a broken deploy, since the old pinned theme package silently ignored the new plugins.icon.assets option instead of erroring on it. Wired into scripts/dev/merge's REQUIRED_WORKFLOWS gate alongside Lint and the test matrices, so a red or still-running Quick Checks run on dev's tip blocks promotion into the release pipeline the same way a failing test would. Future fast checks just need a new step in quick-checks.yml — no further wiring.
ci: add Quick Checks workflow, gate merge script on it
pnpm/action-setup's self-update step (switching from its bundled version to whatever "latest" resolves to) is currently crashing with "Cannot use 'in' operator to search for 'integrity' in undefined" — reproducible on every run right now, blocking the icon-fix deploy. Pinning to the version it installs cleanly (11.7.0, confirmed working in the failed run's own logs) skips the broken self-update path.
ci(deploy-docs): pin pnpm version instead of "latest"
Promote dev to pre-staging (suibase-daemon v0.4.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-opened by
staging-promote.ymlonce chainmovers/sui-binaries publishedsuibase-daemon-v0.4.0andlocalnet-tools-v0.4.0. Will auto-merge once required checks pass.