mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
Move graph-parser to its own dir
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
node static/tests.js
|
||||
|
||||
- name: Run nbb tests for graph-parser
|
||||
run: yarn nbb-logseq -cp src/main:src/test -m logseq.graph-parser.nbb-test-runner/run-tests
|
||||
run: yarn nbb-logseq -cp deps/graph-parser/src:deps/graph-parser/test -m logseq.graph-parser.nbb-test-runner/run-tests
|
||||
# In this job because it depends on an npm package
|
||||
- name: Load nbb compatible namespaces
|
||||
run: bb test:load-nbb-compatible-namespaces
|
||||
|
||||
Reference in New Issue
Block a user