Skip to content

release:beta

release:beta #498

Triggered via push April 26, 2024 06:54
Status Failure
Total duration 33s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
tests/settings/migration.test.ts > migration > v4-with-directions: tests/settings/migration.test.ts#L22
AssertionError: { "explicit_edge_sources": { "list_note": { "default_neighbour_field": "" }, "typed_link": {}, "tag_note": { "default_field": "up" }, "regex_note": { "default_field": "up" }, "dendron_note": { "enabled": true, "delimiter": ".", "default_field": "up", "display_trimmed": true }, "date_note": { "enabled": true, "date_format": "yyyy-MM-dd 'DN'", "default_field": "next", "stretch_to_existing": false }, "johnny_decimal_note": { "enabled": false, "delimiter": ".", "default_field": "up" } }, "views": { "page": { "all": { "sticky": false, "readable_line_width": true }, "trail": { "enabled": true, "format": "grid", "default_depth": 999, "selection": "all", "no_path_message": "", "show_node_options": { "ext": false, "folder": false, "alias": false }, "show_controls": false, "merge_fields": false, "field_group_labels": [ "ups" ] }, "prev_next": { "enabled": true, "show_node_options": { "ext": false, "folder": false, "alias": false }, "field_group_labels": { "prev": [ "prevs" ], "next": [ "nexts" ] } } }, "side": { "matrix": { "show_node_options": { "ext": true, "folder": false, "alias": false }, "show_attributes": [ "source", "implied_kind", "round" ], "edge_sort_id": { "field": "basename", "order": 1 }, "field_group_labels": [ "ups", "downs", "sames", "nexts", "prevs" ] }, "tree": { "show_node_options": { "ext": false, "folder": false, "alias": false }, "collapse": true, "show_attributes": [], "edge_sort_id": { "field": "basename", "order": 1 }, "merge_fields": false, "field_group_labels": [ "downs" ] } }, "codeblocks": { "show_node_options": { "ext": false, "folder": false, "alias": false } } }, "commands": { "rebuild_graph": { "notify": true, "trigger": { "note_save": false, "layout_change": false } }, "list_index": { "default_options": { "dir": "down", "indent": "\\t", "hierarchy_i": -1, "link_kind": "wiki", "edge_sort_id": { "order": 1, "field": "basename" }, "show_node_options": { "ext": false, "alias": true, "folder": false }, "fields": [], "show_attributes": [], "field_group_labels": [] } }, "freeze_implied_edges": { "default_options": { "destination": "frontmatter" } }, "thread": { "default_options": { "destination": "frontmatter", "target_path_template": "{{source.folder}}/{{attr.field}} {{source.basename}}" } } }, "suggestors": { "edge_field": { "enabled": true, "trigger": "." } }, "debug": { "level": "DEBUG" }, "is_dirty": false, "edge_fields": [ { "label": "up" }, { "label": "down" }, { "label": "same" }, { "label": "next" }, { "label": "prev" }, { "label": "parent" }, { "label": "sibling" }, { "label": "child" }, { "label": "right" }, { "label": "left" } ], "edge_field_groups": [ { "label": "ups", "fields": [ "up", "parent" ] }, { "label": "downs", "fields
tests/settings/migration.test.ts > migration > lemons-settings: tests/settings/migration.test.ts#L320
AssertionError: { "explicit_edge_sources": { "list_note": { "default_neighbour_field": "" }, "typed_link": {}, "tag_note": { "default_field": "up" }, "regex_note": { "default_field": "up" }, "dendron_note": { "enabled": false, "delimiter": ".", "default_field": "up", "display_trimmed": false }, "date_note": { "enabled": false, "date_format": "yyyy-MM-dd", "default_field": "next", "stretch_to_existing": false }, "johnny_decimal_note": { "enabled": false, "delimiter": ".", "default_field": "up" } }, "views": { "page": { "all": { "sticky": false, "readable_line_width": true }, "trail": { "enabled": true, "format": "path", "default_depth": 999, "selection": "all", "no_path_message": "", "show_node_options": { "ext": false, "folder": false, "alias": false }, "show_controls": true, "merge_fields": false, "field_group_labels": [ "ups" ] }, "prev_next": { "enabled": true, "show_node_options": { "ext": false, "folder": false, "alias": false }, "field_group_labels": { "prev": [ "prevs" ], "next": [ "nexts" ] } } }, "side": { "matrix": { "show_node_options": { "ext": false, "folder": false, "alias": false }, "show_attributes": [ "source", "implied_kind", "round" ], "edge_sort_id": { "field": "basename", "order": 1 }, "field_group_labels": [ "ups", "downs", "sames", "nexts", "prevs" ] }, "tree": { "show_node_options": { "ext": false, "folder": false, "alias": false }, "collapse": false, "show_attributes": [], "edge_sort_id": { "field": "basename", "order": 1 }, "merge_fields": false, "field_group_labels": [ "downs" ] } }, "codeblocks": { "show_node_options": { "ext": false, "folder": false, "alias": false } } }, "commands": { "rebuild_graph": { "notify": true, "trigger": { "note_save": false, "layout_change": false } }, "list_index": { "default_options": { "dir": "down", "indent": "\\t", "hierarchy_i": -1, "link_kind": "wiki", "edge_sort_id": { "order": 1, "field": "basename" }, "show_node_options": { "ext": false, "alias": true, "folder": false }, "fields": [], "show_attributes": [], "field_group_labels": [] } }, "freeze_implied_edges": { "default_options": { "destination": "frontmatter" } }, "thread": { "default_options": { "destination": "frontmatter", "target_path_template": "{{source.folder}}/{{attr.field}} {{source.basename}}" } } }, "debug": { "level": "DEBUG" }, "suggestors": { "edge_field": { "enabled": false, "trigger": "." } }, "is_dirty": false, "edge_fields": [ { "label": "up" }, { "label": "down" }, { "label": "same" }, { "label": "next" }, { "label": "prev" }, { "label": "parent" }, { "label": "sibling" }, { "label": "child" }, { "label": "right" }, { "label": "left" }, { "label": "r-member" }, { "label": "r-sibling" }, { "label": "relation" }, { "label": "r-parent" }, {
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.