Build install-bundle plugin dist before api install-bundle tests in CI #288
Labels
No labels
abandoned
active
audit
blocked
data-safety
difficulty:easy
difficulty:hard
difficulty:high
difficulty:medium
docs
done
duplicate
notebook-v0
open
priority:high
ready
release-critical
safe-mode
spec
spec-backlog
subsystem:api
subsystem:backlog
subsystem:bases
subsystem:ci
subsystem:command
subsystem:configuration
subsystem:consolidate
subsystem:dependencies
subsystem:desktop-electron
subsystem:diffmerge
subsystem:docker
subsystem:docs
subsystem:fuzzy
subsystem:graph
subsystem:hotkeys
subsystem:lapis
subsystem:maint
subsystem:maintenance
subsystem:markdown
subsystem:markdown-lint
subsystem:md018
subsystem:notebook
subsystem:notifications
subsystem:opfs
subsystem:package
subsystem:plugin-markdown
subsystem:plugin-tasks
subsystem:plugins
subsystem:registry
subsystem:release
subsystem:renovate
subsystem:restore
subsystem:scripts
subsystem:search
subsystem:settings
subsystem:spec
subsystem:tasks
subsystem:testing
subsystem:ui
subsystem:web
subsystem:workspace
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lapis-notes/lapis#288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Forgejo
@lapis-notes/api#testfails on install-bundle cases with immediateENOENTerrors for plugindist/folders. Localdocker:ci-checkpassesbecause the bind mount includes host-built artifacts; CI starts from a clean
checkout where
dist/is gitignored.Goal
Ensure install-bundle regression tests always run against built plugin artifacts
in CI and suppress expected failure-path console noise in Vitest output.
Acceptance Criteria
@lapis-notes/api#testdepends on building all install-bundle plugin packagesdist/folderspnpm check:allandpnpm exec turbo run test --filter=@lapis-notes/api --forcepassValidation Commands
pnpm exec turbo run test --filter=@lapis-notes/api --force(after removing plugin dist)pnpm check:allImplementation Summary
Turbo @lapis-notes/api#test now depends on building all install-bundle plugin packages so fresh CI checkouts have dist/ artifacts. Vitest onConsoleLog suppresses expected plugin-manager and hotkeys failure-path stderr. Validated with dist removed + turbo test --filter=@lapis-notes/api --force and pnpm check:all.