Skip to content

Commit 8354c3f

Browse files
committed
make sure to run expo tests against local supabase
1 parent d289ccf commit 8354c3f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
run: |
102102
cd examples/expo-app
103103
npm install
104+
# make sure we're using the version that was just packed above
105+
npm update @supabase/supabase-js
104106
npm run test || npm run test
105107
106108
- name: Stop Supabase

examples/expo-app/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)