Skip to content

Commit 4e5f5bd

Browse files
committed
Don't test Tauri plugin by default
1 parent 341977e commit 4e5f5bd

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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": [],

0 commit comments

Comments
 (0)