Skip to content

Commit 727f618

Browse files
committed
chore: rm old bundle before pushing new
1 parent 7e2a4b9 commit 727f618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +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
153154
cp ../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
154155
npm install
155156
npm test || npm test
@@ -241,6 +242,7 @@ jobs:
241242
- name: Run integration tests
242243
run: |
243244
cd test/integration/next
245+
rm -f supabase-supabase-js-0.0.0-automated.tgz
244246
cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
245247
npm install --legacy-peer-deps
246248
npx playwright install
@@ -281,6 +283,7 @@ jobs:
281283
- name: Install dependencies and run tests
282284
run: |
283285
cd test/integration/expo
286+
rm -f supabase-supabase-js-0.0.0-automated.tgz
284287
cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
285288
npm install
286289
npm test || npm test
@@ -319,6 +322,7 @@ jobs:
319322
- name: Install dependencies and run tests
320323
run: |
321324
cd test/integration/bun
325+
rm -f supabase-supabase-js-0.0.0-automated.tgz
322326
cp ../../../supabase-pkg/supabase-supabase-js-0.0.0-automated.tgz .
323327
bun install
324328
bun test

0 commit comments

Comments
 (0)