Find namespaces for nbb-compatible CI step

This commit is contained in:
Gabriel Horner
2022-04-26 17:15:26 -04:00
parent 8b9c64af6e
commit d6082156c5
6 changed files with 36 additions and 4 deletions

View File

@@ -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