Skip to content

Commit f4a465e

Browse files
committed
make sure to run expo tests against local supabase
1 parent ccdbe26 commit f4a465e

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
@@ -104,6 +104,8 @@ jobs:
104104
run: |
105105
cd examples/expo-app
106106
npm install
107+
# make sure we're using the version that was just packed above
108+
npm update @supabase/supabase-js
107109
npm run test || npm run test
108110
109111
- 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)