Skip to content

Commit 993a42e

Browse files
committed
fix: tmp
1 parent 727f618 commit 993a42e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Run Deno Tests
151151
run: |
152152
cd test/deno
153-
rm -f supabase-supabase-js-0.0.0-automated.tgz
153+
rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
154154
cp ../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
155155
npm install
156156
npm test || npm test
@@ -242,7 +242,7 @@ jobs:
242242
- name: Run integration tests
243243
run: |
244244
cd test/integration/next
245-
rm -f supabase-supabase-js-0.0.0-automated.tgz
245+
rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
246246
cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
247247
npm install --legacy-peer-deps
248248
npx playwright install
@@ -283,7 +283,7 @@ jobs:
283283
- name: Install dependencies and run tests
284284
run: |
285285
cd test/integration/expo
286-
rm -f supabase-supabase-js-0.0.0-automated.tgz
286+
rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
287287
cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
288288
npm install
289289
npm test || npm test
@@ -322,7 +322,7 @@ jobs:
322322
- name: Install dependencies and run tests
323323
run: |
324324
cd test/integration/bun
325-
rm -f supabase-supabase-js-0.0.0-automated.tgz
325+
rm -f supabase-supabase-js-0.0.0-automated.tgz package-lock.json
326326
cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
327327
bun install
328328
bun test

0 commit comments

Comments
 (0)