Skip to content

Commit 164e591

Browse files
committed
Workflow test 6
1 parent a1e06e3 commit 164e591

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy-sync-streams.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
node-version-file: node/.nvmrc
2626

2727
- name: Install PowerSync CLI
28-
# todo: replace with npm install powersync
29-
run: npm install ./build-bundle
28+
run: npm install powersync
3029

3130
- name: Deploy sync config
3231
env:

sync-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
streams:
22
owned_lists:
33
query: SELECT * FROM lists WHERE owner_id = auth.user_id()
4-
list_todos:
5-
query: SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
4+
# list_todos:
5+
# query: SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
66

77
config:
88
# see https://docs.powersync.com/sync/advanced/compatibility

0 commit comments

Comments
 (0)