Skip to content

Commit

Permalink
feat: update test package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Feb 1, 2024
2 parents 07dccbe + 5657d9c commit 8e3529f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: test
run: cd packages/editor-core && npm test

test-plugin-command
test-plugin-command:
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/context/base-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class BasicContext implements IBasicContext {
designer: IDesigner;
registerInnerPlugins: () => Promise<void>;
innerSetters: InnerSetters;
innerSkeleton: InnerSkeleton;
innerSkeleton: ISkeleton;
innerHotkey: IHotKey;
innerPlugins: ILowCodePluginManager;
canvas: IPublicApiCanvas;
Expand Down

0 comments on commit 8e3529f

Please sign in to comment.