Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web): patch up worker build to provide artifacts for its tests #12082

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

jahorton
Copy link
Contributor

@jahorton jahorton commented Aug 2, 2024

Ran into a scenario just earlier where $KEYMAN_ROOT/common/web/lm-worker/build.sh clean build test would fail because tsc was never used to actually build the project's files; the tests would report that certain imports from compiled source files were missing. (The lm-worker currently does not provide a 'test-index', instead providing import maps to each source's compiled form.)

The only reason that our CI builds didn't fail is that ./common/predictive-text built a project with a reference to the lm-worker project, and that triggered the build that lets the associated tests pass.

@keymanapp-test-bot skip

@jahorton jahorton requested a review from mcdurdin as a code owner August 2, 2024 03:35
@darcywong00 darcywong00 modified the milestones: A18S7, A18S8 Aug 2, 2024
@jahorton jahorton merged commit bf9c683 into master Aug 6, 2024
20 checks passed
@jahorton jahorton deleted the fix/web/worker-build-patchup branch August 6, 2024 05:42
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 18.0.83-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants