ci: add edge-worker Bun smoke test job - #629
Open
jumski wants to merge 1 commit into
Open
Conversation
|
Contributor
Author
|
View your CI Pipeline Execution ↗ for commit 6ac3f60
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
jumski
force-pushed
the
portable-worker-npm-build
branch
from
June 8, 2026 17:50
ff59b77 to
dd04543
Compare
jumski
force-pushed
the
portable-worker-bun-smoke
branch
from
June 8, 2026 17:50
5d91440 to
ab81d38
Compare
jumski
force-pushed
the
portable-worker-npm-build
branch
from
June 8, 2026 18:08
dd04543 to
be382bd
Compare
jumski
force-pushed
the
portable-worker-bun-smoke
branch
from
June 8, 2026 18:08
ab81d38 to
6ac3f60
Compare
jumski
force-pushed
the
portable-worker-npm-build
branch
from
June 8, 2026 18:24
be382bd to
32e76c9
Compare
jumski
force-pushed
the
portable-worker-bun-smoke
branch
from
June 8, 2026 18:24
6ac3f60 to
34cbcd8
Compare
This was referenced Aug 14, 2026
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.

Adds a Bun smoke test for the
edge-workerpackage that verifies key exports (EdgeWorker,ProcessPlatformAdapter,SupabasePlatformAdapter) are present and defined in the built distribution when loaded under Bun. A newsmoke:bunNx target runs the smoke script after the build step, and a correspondingedge-worker-bun-smokeCI job executes it conditionally when theedge-workerpackage is affected, integrated into the existing gate and release workflows.