mirror of
https://github.com/logseq/logseq.git
synced 2026-05-19 02:12:41 +00:00
Merge 'master' into refactor/vite-migration
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -62,6 +62,7 @@ jobs:
|
||||
uses: DeLaGuardo/setup-clojure@13.5
|
||||
with:
|
||||
cli: ${{ env.CLOJURE_VERSION }}
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
- name: Clojure cache
|
||||
uses: actions/cache@v4
|
||||
@@ -84,11 +85,21 @@ jobs:
|
||||
run: clojure -M:test compile test
|
||||
|
||||
- name: Run ClojureScript query tests against basic query type
|
||||
run: DB_QUERY_TYPE=basic node static/tests.js -r frontend.db.query-dsl-test
|
||||
run: DB_QUERY_TYPE=basic pnpm cljs:run-test -r frontend.db.query-dsl-test
|
||||
|
||||
- name: Run ClojureScript tests
|
||||
run: pnpm cljs:run-test
|
||||
|
||||
- name: Setup CLI integration test
|
||||
# logseq-cli.js needed just for test-cli-query-human-output-pipes-to-show
|
||||
run: clojure -M:cljs compile logseq-cli && pnpm db-worker-node:release:bundle
|
||||
|
||||
- name: Run ClojureScript integration tests
|
||||
run: pnpm cljs:run-integration-test
|
||||
|
||||
- name: Run CLI E2E tests
|
||||
run: bb dev:cli-e2e --verbose --skip-build
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
|
||||
3
.github/workflows/deps-graph-parser.yml
vendored
3
.github/workflows/deps-graph-parser.yml
vendored
@@ -83,9 +83,6 @@ jobs:
|
||||
- name: Fetch pnpm deps
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Run ClojureScript tests
|
||||
run: clojure -M:test
|
||||
|
||||
- name: Run nbb-logseq tests
|
||||
run: pnpm test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user