File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : |
3030 pnpm exec playwright install-deps
3131 pnpm exec playwright install
32-
33- - name : Install system libraries for Tauri integration tests
34- # https://v2.tauri.app/start/prerequisites/#linux
35- run : sudo apt install libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
3632
3733 - name : Build
3834 run : pnpm build:packages
Original file line number Diff line number Diff line change 2323 "format" : " prettier --write ." ,
2424 "lint" : " eslint ." ,
2525 "release" : " pnpm build:packages:prod && pnpm changeset publish" ,
26- "test" : " pnpm run -r --workspace-concurrency=1 test --run" ,
26+ "test" : " pnpm run -r --workspace-concurrency=1 --filter=!@powersync/tauri-plugin test --run" ,
2727 "test:packages:exports" : " pnpm -r --filter {./packages/**} test:exports"
2828 },
2929 "keywords" : [],
You can’t perform that action at this time.
0 commit comments