enhance(dev): CLI can diff other export types

This commit is contained in:
Gabriel Horner
2025-06-26 17:02:14 -04:00
parent 16ac807894
commit 32a29f5f3d
2 changed files with 12 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ jobs:
run: cd deps/db && yarn nbb-logseq script/export_graph.cljs ../../scripts/properties-graph -f properties.edn -T
- name: Create graph from the export and diff the two graphs
run: cd deps/db && yarn nbb-logseq -cp src:../outliner/src:script script/create_graph.cljs ./properties-graph2 properties.edn -iv && yarn nbb-logseq script/diff_graphs.cljs ../../scripts/properties-graph ./properties-graph2 -t
run: cd deps/db && yarn nbb-logseq -cp src:../outliner/src:script script/create_graph.cljs ./properties-graph2 properties.edn -iv && yarn nbb-logseq script/diff_graphs.cljs ../../scripts/properties-graph ./properties-graph2 -T
e2e-test:
# TODO: Re-enable when ready to enable tests for file graphs