fix: outdent blocks and re-enable outliner tests

related to #5604
This commit is contained in:
Tienson Qin
2022-06-08 13:06:10 +08:00
parent a2cfdfdf73
commit f4f1ff1ba2
3 changed files with 88 additions and 49 deletions

View File

@@ -74,11 +74,10 @@ jobs:
- name: Fetch yarn deps
run: yarn install --frozen-lockfile
# TODO: Re-enable outliner.core-test when hang is fixed
- name: Run ClojureScript tests
run: |
yarn cljs:test
node static/tests.js -r '^((?!(outliner.core-test)).)*$'
node static/tests.js
# In this job because it depends on an npm package
- name: Load nbb compatible namespaces