mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Find namespaces for nbb-compatible CI step
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ env:
|
||||
JAVA_VERSION: '8'
|
||||
# This is the latest node version we can run.
|
||||
NODE_VERSION: '16'
|
||||
BABASHKA_VERSION: '0.7.7'
|
||||
BABASHKA_VERSION: '0.8.1'
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -112,6 +112,9 @@ jobs:
|
||||
- name: Lint datalog rules
|
||||
run: scripts/lint_rules.clj
|
||||
|
||||
- name: Load nbb compatible namespaces
|
||||
run: bb test:load-nbb-compatible-namespaces
|
||||
|
||||
e2e-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user