Skip to content

Commit aea81b1

Browse files
committed
make sure to run expo tests against local supabase
1 parent 0e98a5f commit aea81b1

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
@@ -96,6 +96,8 @@ jobs:
9696
run: |
9797
cd examples/expo-app
9898
npm install
99+
# make sure we're using the version that was just packed above
100+
npm update @supabase/supabase-js
99101
npm run test || npm run test
100102
101103
- 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)