File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments