[TS] Fixup TS test run at CI (#9004)

This commit is contained in:
Björn Harrtell
2026-03-30 14:32:24 +02:00
committed by GitHub
parent 4e582b0c1d
commit 3860f1cf7f
6 changed files with 13 additions and 21 deletions

View File

@@ -545,7 +545,7 @@ jobs:
# FIXME: make test script not rely on flatc
run: cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_BUILD_TESTS=OFF -DFLATBUFFERS_INSTALL=OFF -DFLATBUFFERS_BUILD_FLATLIB=OFF -DFLATBUFFERS_BUILD_FLATHASH=OFF . && make -j
- name: pnpm
run: npm install -g pnpm esbuild
run: npm install -g pnpm
- name: deps
run: pnpm i
- name: compile