We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a08db0 commit 23825c6Copy full SHA for 23825c6
.github/workflows/ci.yml
@@ -316,6 +316,14 @@ jobs:
316
- name: Start Supabase
317
run: supabase start
318
319
+ - name: Create storage bucket for tests
320
+ run: |
321
+ SERVICE_ROLE_KEY="$(supabase status --output json | jq -r '.SERVICE_ROLE_KEY')"
322
+ curl -X POST 'http://127.0.0.1:54321/storage/v1/bucket' \
323
+ -H "Authorization: Bearer $SERVICE_ROLE_KEY" \
324
+ -H 'Content-Type: application/json' \
325
+ -d '{"id": "test-bucket", "name": "test-bucket", "public": true}'
326
+
327
- name: Install dependencies and run tests
328
run: |
329
cd test/integration/bun
supabase/.temp/cli-latest
@@ -1 +1 @@
1
-v2.33.9
+v2.40.7
test/integration/bun/bun.lockb
7.52 KB
0 commit comments